COLOR #75AA8F

HEX: #75AA8F
RGB: (117,170,143)

Color info

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

RGB color model

#75AA8F color RGB value is (117,170,143).

  • red value is 117;
  • green value is 170;
  • blue value is 143.
RGB:
(117,170,143)
(46%,67%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 143 of 255 = 56%

117
170
143

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

Portions of RGB colors in percentages

R + G + B =
117 + 170 + 143 = 430 (100%)
R 117 of 430 ~ 27.21%
G 170 of 430 ~ 39.53%
B 143 of 430 ~ 33.26%

%27.21
%39.53
%33.26

CMYK color model

#75AA8F color CMYK value is (31,0,16,33).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK:
(31,0,16,33)
C31M0Y16K33 
(31%,0%,16%,33%)
(0.31/0.00/0.16/0.33)	

CMYK percentages

%31.18
%0
%15.88
%33.33

Codes

Color #75AA8F in popluar color models

75AA8F
RGB117170143
HSL149°23.77%56.27%
HSB/HSV149°31.18%66.67%
CMYK31.18%0.00%15.88%
33.33%

Color #75AA8F in popluar number systems.

HEX75AA8F
Decimal117170143
Binary11101011010101010001111
Octal165252217

Shades and tints

Shades of #75AA8F

#75AA8F
(117,170,143)
#6B9B82
(107,155,130)
#618C75
(97,140,117)
#577D68
(87,125,104)
#4D6E5B
(77,110,91)
#435F4E
(67,95,78)
#395041
(57,80,65)
#2F4134
(47,65,52)
#253227
(37,50,39)
#1B231A
(27,35,26)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #75AA8F

#75AA8F
(117,170,143)
#81B199
(129,177,153)
#8DB8A3
(141,184,163)
#99BFAD
(153,191,173)
#A5C6B7
(165,198,183)
#B1CDC1
(177,205,193)
#BDD4CB
(189,212,203)
#C9DBD5
(201,219,213)
#D5E2DF
(213,226,223)
#E1E9E9
(225,233,233)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AA8F color. Also use rgb(117,170,143) instead hex code.

Text Font Color

.myTextColor { color: #75AA8F; }

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

This text font color is #75AA8F.


Background Color

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

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

This div background color is #75AA8F.


Border color

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

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

This div border color is #75AA8F.


Opacity

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

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

Text with #75AA8F 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 #75AA8F;}

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

This text has shadow with #75AA8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AA8F on black background.


Color preview on white background

This text has color #75AA8F on white background.



Black color preview on #75AA8F background

This text has black color on #75AA8F background.


White color preview on #75AA8F background

This text has white color on #75AA8F background.