Html Css Color HEX #76AABF Glacier

📋 copy color: '#76AABF'

red 118 ◦ green 170 ◦ blue 191

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

Shades of Glacier #76AABF

Tints of Glacier #76AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.87%

R = 24.63%
G = 35.49%
B = 39.87%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76AABF (or 0x76AABF) is known color: Glacier. HEX triplet: 76, AA and BF. RGB value is (118,170,191). Sum of RGB (Red+Green+Blue) = 118+170+191=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #76AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AABF is #895540. Grayscale: #9C9C9C. Windows color (decimal): -9000257 or 12561014. OLE color: 12561014.

HSL color Cylindrical-coordinate representation of color #76AABF: hue angle of 197.26º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76AABF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 170 191 -
CMYK 0.38 0.11 0 0.25
HSL 197.26º 0.36% 0.61% -
HSV(B) 197.26º 0.38% 0.75% -
XYZ 31.25 36.36 54.66 -
YUV 156.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 118 170 191 0.38 0.11 0 0.25 197.26 0.36 0.61
Hex 76 AA BF 26 B 0 19 C5 24 3D
Octal 166 252 277 46 13 0 31 305 44 75
Binary 1110110 10101010 10111111 100110 1011 0 11001 11000101 100100 111101

Color Harmonies of #76AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AABF

Black with #76AABF

Text Example


Text Example

White with #76AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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