COLOR #75AF9A

HEX: #75AF9A
RGB: (117,175,154)

Color info

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

RGB color model

#75AF9A color RGB value is (117,175,154).

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

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 154 of 255 = 60%

117
175
154

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

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 154 = 446 (100%)
R 117 of 446 ~ 26.23%
G 175 of 446 ~ 39.24%
B 154 of 446 ~ 34.53%

%26.23
%39.24
%34.53

CMYK color model

#75AF9A color CMYK value is (33,0,12,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(33,0,12,31)
C33M0Y12K31 
(33%,0%,12%,31%)
(0.33/0.00/0.12/0.31)	

CMYK percentages

%33.14
%0
%12
%31.37

Codes

Color #75AF9A in popluar color models

75AF9A
RGB117175154
HSL158°26.61%57.25%
HSB/HSV158°33.14%68.63%
CMYK33.14%0.00%12.00%
31.37%

Color #75AF9A in popluar number systems.

HEX75AF9A
Decimal117175154
Binary11101011010111110011010
Octal165257232

Shades and tints

Shades of #75AF9A

#75AF9A
(117,175,154)
#6BA08C
(107,160,140)
#61917E
(97,145,126)
#578270
(87,130,112)
#4D7362
(77,115,98)
#436454
(67,100,84)
#395546
(57,85,70)
#2F4638
(47,70,56)
#25372A
(37,55,42)
#1B281C
(27,40,28)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #75AF9A

#75AF9A
(117,175,154)
#81B6A3
(129,182,163)
#8DBDAC
(141,189,172)
#99C4B5
(153,196,181)
#A5CBBE
(165,203,190)
#B1D2C7
(177,210,199)
#BDD9D0
(189,217,208)
#C9E0D9
(201,224,217)
#D5E7E2
(213,231,226)
#E1EEEB
(225,238,235)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AF9A; }

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

This text font color is #75AF9A.


Background Color

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

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

This div background color is #75AF9A.


Border color

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

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

This div border color is #75AF9A.


Opacity

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

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

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

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

This text has shadow with #75AF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AF9A on black background.


Color preview on white background

This text has color #75AF9A on white background.



Black color preview on #75AF9A background

This text has black color on #75AF9A background.


White color preview on #75AF9A background

This text has white color on #75AF9A background.