Html Css Color HEX #76AAB9 Glacier

📋 copy color: '#76AAB9'

red 118 ◦ green 170 ◦ blue 185

#76AAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #76AAB9

Tints of Glacier #76AAB9

RGB

 RED value IS 118 (46.48% from 255) = 24.95%

 GREEN value IS 170 (66.8% from 255) = 35.94%

 BLUE value IS 185 (72.66% from 255) = 39.11%

R = 24.95%
G = 35.94%
B = 39.11%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76AAB9 (or 0x76AAB9) is known color: Glacier. HEX triplet: 76, AA and B9. RGB value is (118,170,185). Sum of RGB (Red+Green+Blue) = 118+170+185=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #76AAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AAB9 is #895546. Grayscale: #9C9C9C. Windows color (decimal): -9000263 or 12167798. OLE color: 12167798.

HSL color Cylindrical-coordinate representation of color #76AAB9: hue angle of 193.43º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76AAB9 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 170 185 -
CMYK 0.36 0.08 0 0.27
HSL 193.43º 0.32% 0.59% -
HSV(B) 193.43º 0.36% 0.73% -
XYZ 30.6 36.1 51.25 -
YUV 156.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 118 170 185 0.36 0.08 0 0.27 193.43 0.32 0.59
Hex 76 AA B9 24 8 0 1B C1 20 3B
Octal 166 252 271 44 10 0 33 301 40 73
Binary 1110110 10101010 10111001 100100 1000 0 11011 11000001 100000 111011

Color Harmonies of #76AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AAB9

Black with #76AAB9

Text Example


Text Example

White with #76AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AAB9; }

 p { color: rgb(118,170,185); }

 H1.HeaderClassName
 {
   color: #76AAB9;
 }
 .AnyTagClassName
 {
   color: #76AAB9;
 }
</style>

background-color css

<style>
 a { background-color: #76AAB9; }

 a { background-color: rgb(118,170,185); }

 div.DivClassName
 {
   background-color: #76AAB9;
 }
 .BgClassName
 {
   background-color: #76AAB9;
 }
</style>

border-color css

<style>
 span { border-color: #76AAB9; }

 span { border-color: rgb(118,170,185); }

 td.TdClassName
 {
   border-color: #76AAB9;
 }
 .TagClassName
 {
   border-color: #76AAB9;
 }
</style>