COLOR #75AB94

HEX: #75AB94
RGB: (117,171,148)

Color info

#75AB94 contains red, green and blue colors in about the same proportion. Web safe color of #75AB94 is #669999 (or #699).

RGB color model

#75AB94 color RGB value is (117,171,148).

  • red value is 117;
  • green value is 171;
  • blue value is 148.
RGB:
(117,171,148)
(46%,67%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 171 of 255 = 67%
B 148 of 255 = 58%

117
171
148

R + G + B ~ 57%. #75AB94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 171 + 148 = 436 (100%)
R 117 of 436 ~ 26.83%
G 171 of 436 ~ 39.22%
B 148 of 436 ~ 33.94%

%26.83
%39.22
%33.94

CMYK color model

#75AB94 color CMYK value is (32,0,13,33).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(32,0,13,33)
C32M0Y13K33 
(32%,0%,13%,33%)
(0.32/0.00/0.13/0.33)	

CMYK percentages

%31.58
%0
%13.45
%32.94

Codes

Color #75AB94 in popluar color models

75AB94
RGB117171148
HSL154°24.32%56.47%
HSB/HSV154°31.58%67.06%
CMYK31.58%0.00%13.45%
32.94%

Color #75AB94 in popluar number systems.

HEX75AB94
Decimal117171148
Binary11101011010101110010100
Octal165253224

Shades and tints

Shades of #75AB94

#75AB94
(117,171,148)
#6B9C87
(107,156,135)
#618D7A
(97,141,122)
#577E6D
(87,126,109)
#4D6F60
(77,111,96)
#436053
(67,96,83)
#395146
(57,81,70)
#2F4239
(47,66,57)
#25332C
(37,51,44)
#1B241F
(27,36,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #75AB94

#75AB94
(117,171,148)
#81B29D
(129,178,157)
#8DB9A6
(141,185,166)
#99C0AF
(153,192,175)
#A5C7B8
(165,199,184)
#B1CEC1
(177,206,193)
#BDD5CA
(189,213,202)
#C9DCD3
(201,220,211)
#D5E3DC
(213,227,220)
#E1EAE5
(225,234,229)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AB94 color. Also use rgb(117,171,148) instead hex code.

Text Font Color

.myTextColor { color: #75AB94; }

<p style="color:#75AB94">This sample text font color is #75AB94.</p>

This text font color is #75AB94.


Background Color

.myBgColor { background-color: #75AB94; }

<div style="background-color:#75AB94">Inner text</div>

This div background color is #75AB94.


Border color

.myBorderColor { border: 1px solid #75AB94; }

<div style="border:3px solid #75AB94">Div</div>

This div border color is #75AB94.


Opacity

.myOpacity80 { color: #75AB94; opacity: 0.8; }

<p style="color:#75AB94;opacity:0.8;">80%</p>

Text with #75AB94 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75AB94;}

<p style="text-shadow: 3px 3px 1px #75AB94">Text here.</p>

This text has shadow with #75AB94 color.

.textShadow {text-shadow: 3px 3px 1px #75AB94, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75AB94, 5px 5px 20px red">Text here.</p>

This text has shadow with #75AB94 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75AB94, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75AB94, Direction=45, Strength=4)">Text</p>

This text has shadow with #75AB94 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #75AB94;
  -webkit-box-shadow:	1px 1px 3px 2px #75AB94;
  box-shadow:		1px 1px 3px 2px #75AB94;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75AB94;
-webkit-box-shadow: 1px 1px 3px 2px #75AB94;
box-shadow:1px 1px 3px 2px #75AB94;">
Div content here</div>
This div box has shadow with color #75AB94.

Preview

Color preview on black background

This text has color #75AB94 on black background.


Color preview on white background

This text has color #75AB94 on white background.



Black color preview on #75AB94 background

This text has black color on #75AB94 background.


White color preview on #75AB94 background

This text has white color on #75AB94 background.