COLOR #75AF9E

HEX: #75AF9E
RGB: (117,175,158)

Color info

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

RGB color model

#75AF9E color RGB value is (117,175,158).

  • red value is 117;
  • green value is 175;
  • blue value is 158.
RGB:
(117,175,158)
(46%,69%,62%)

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 158 of 255 = 62%

117
175
158

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

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 158 = 450 (100%)
R 117 of 450 ~ 26%
G 175 of 450 ~ 38.89%
B 158 of 450 ~ 35.11%

%26
%38.89
%35.11

CMYK color model

#75AF9E color CMYK value is (33,0,10,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 31.37%
CMYK:
(33,0,10,31)
C33M0Y10K31 
(33%,0%,10%,31%)
(0.33/0.00/0.10/0.31)	

CMYK percentages

%33.14
%0
%9.71
%31.37

Codes

Color #75AF9E in popluar color models

75AF9E
RGB117175158
HSL162°26.61%57.25%
HSB/HSV162°33.14%68.63%
CMYK33.14%0.00%9.71%
31.37%

Color #75AF9E in popluar number systems.

HEX75AF9E
Decimal117175158
Binary11101011010111110011110
Octal165257236

Shades and tints

Shades of #75AF9E

#75AF9E
(117,175,158)
#6BA090
(107,160,144)
#619182
(97,145,130)
#578274
(87,130,116)
#4D7366
(77,115,102)
#436458
(67,100,88)
#39554A
(57,85,74)
#2F463C
(47,70,60)
#25372E
(37,55,46)
#1B2820
(27,40,32)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #75AF9E

#75AF9E
(117,175,158)
#81B6A6
(129,182,166)
#8DBDAE
(141,189,174)
#99C4B6
(153,196,182)
#A5CBBE
(165,203,190)
#B1D2C6
(177,210,198)
#BDD9CE
(189,217,206)
#C9E0D6
(201,224,214)
#D5E7DE
(213,231,222)
#E1EEE6
(225,238,230)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AF9E color. Also use rgb(117,175,158) instead hex code.

Text Font Color

.myTextColor { color: #75AF9E; }

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

This text font color is #75AF9E.


Background Color

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

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

This div background color is #75AF9E.


Border color

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

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

This div border color is #75AF9E.


Opacity

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

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

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

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

This text has shadow with #75AF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AF9E on black background.


Color preview on white background

This text has color #75AF9E on white background.



Black color preview on #75AF9E background

This text has black color on #75AF9E background.


White color preview on #75AF9E background

This text has white color on #75AF9E background.