COLOR #75AE8E

HEX: #75AE8E
RGB: (117,174,142)

Color info

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

RGB color model

#75AE8E color RGB value is (117,174,142).

  • red value is 117;
  • green value is 174;
  • blue value is 142.
RGB:
(117,174,142)
(46%,68%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 174 of 255 = 68%
B 142 of 255 = 56%

117
174
142

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

Portions of RGB colors in percentages

R + G + B =
117 + 174 + 142 = 433 (100%)
R 117 of 433 ~ 27.02%
G 174 of 433 ~ 40.18%
B 142 of 433 ~ 32.79%

%27.02
%40.18
%32.79

CMYK color model

#75AE8E color CMYK value is (33,0,18,32).

  • cyan value is 32.76%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 31.76%
CMYK:
(33,0,18,32)
C33M0Y18K32 
(33%,0%,18%,32%)
(0.33/0.00/0.18/0.32)	

CMYK percentages

%32.76
%0
%18.39
%31.76

Codes

Color #75AE8E in popluar color models

75AE8E
RGB117174142
HSL146°26.03%57.06%
HSB/HSV146°32.76%68.24%
CMYK32.76%0.00%18.39%
31.76%

Color #75AE8E in popluar number systems.

HEX75AE8E
Decimal117174142
Binary11101011010111010001110
Octal165256216

Shades and tints

Shades of #75AE8E

#75AE8E
(117,174,142)
#6B9F82
(107,159,130)
#619076
(97,144,118)
#57816A
(87,129,106)
#4D725E
(77,114,94)
#436352
(67,99,82)
#395446
(57,84,70)
#2F453A
(47,69,58)
#25362E
(37,54,46)
#1B2722
(27,39,34)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #75AE8E

#75AE8E
(117,174,142)
#81B598
(129,181,152)
#8DBCA2
(141,188,162)
#99C3AC
(153,195,172)
#A5CAB6
(165,202,182)
#B1D1C0
(177,209,192)
#BDD8CA
(189,216,202)
#C9DFD4
(201,223,212)
#D5E6DE
(213,230,222)
#E1EDE8
(225,237,232)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AE8E color. Also use rgb(117,174,142) instead hex code.

Text Font Color

.myTextColor { color: #75AE8E; }

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

This text font color is #75AE8E.


Background Color

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

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

This div background color is #75AE8E.


Border color

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

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

This div border color is #75AE8E.


Opacity

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

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

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

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

This text has shadow with #75AE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AE8E on black background.


Color preview on white background

This text has color #75AE8E on white background.



Black color preview on #75AE8E background

This text has black color on #75AE8E background.


White color preview on #75AE8E background

This text has white color on #75AE8E background.