COLOR #75B0AA

HEX: #75B0AA
RGB: (117,176,170)

Color info

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

RGB color model

#75B0AA color RGB value is (117,176,170).

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

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 170 of 255 = 67%

117
176
170

R + G + B ~ 61%. #75B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 176 + 170 = 463 (100%)
R 117 of 463 ~ 25.27%
G 176 of 463 ~ 38.01%
B 170 of 463 ~ 36.72%

%25.27
%38.01
%36.72

CMYK color model

#75B0AA color CMYK value is (34,0,3,31).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(34,0,3,31)
C34M0Y3K31 
(34%,0%,3%,31%)
(0.34/0.00/0.03/0.31)	

CMYK percentages

%33.52
%0
%3.41
%30.98

Codes

Color #75B0AA in popluar color models

75B0AA
RGB117176170
HSL174°27.19%57.45%
HSB/HSV174°33.52%69.02%
CMYK33.52%0.00%3.41%
30.98%

Color #75B0AA in popluar number systems.

HEX75B0AA
Decimal117176170
Binary11101011011000010101010
Octal165260252

Shades and tints

Shades of #75B0AA

#75B0AA
(117,176,170)
#6BA09B
(107,160,155)
#61908C
(97,144,140)
#57807D
(87,128,125)
#4D706E
(77,112,110)
#43605F
(67,96,95)
#395050
(57,80,80)
#2F4041
(47,64,65)
#253032
(37,48,50)
#1B2023
(27,32,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #75B0AA

#75B0AA
(117,176,170)
#81B7B1
(129,183,177)
#8DBEB8
(141,190,184)
#99C5BF
(153,197,191)
#A5CCC6
(165,204,198)
#B1D3CD
(177,211,205)
#BDDAD4
(189,218,212)
#C9E1DB
(201,225,219)
#D5E8E2
(213,232,226)
#E1EFE9
(225,239,233)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B0AA; }

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

This text font color is #75B0AA.


Background Color

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

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

This div background color is #75B0AA.


Border color

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

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

This div border color is #75B0AA.


Opacity

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

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

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

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

This text has shadow with #75B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B0AA on black background.


Color preview on white background

This text has color #75B0AA on white background.



Black color preview on #75B0AA background

This text has black color on #75B0AA background.


White color preview on #75B0AA background

This text has white color on #75B0AA background.