#76BBBF

Color #76BBBF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #76BBBF

Tints of Glacier #76BBBF

Color information

#76BBBF (or 0x76BBBF) is unknown color: approx Glacier. HEX triplet: 76, BB and BF. RGB value is (118,187,191). Sum of RGB (Red+Green+Blue) = 118+187+191=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #76BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBBF is #894440. Grayscale: #A6A6A6. Windows color (decimal): -8995905 or 12565366. OLE color: 12565366.

HSL color Cylindrical-coordinate representation of color #76BBBF: hue angle of 183.29º 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 #76BBBF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118187191-
CMYK0.380.0200.25
HSL183.29º36.32%60.59%-
HSV(B)183.29º38.22%74.9%-
XYZ34.6543.1555.79-
YUV166.82141.6493.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 191 (75% from 255) = 38.51%
R=23.79%
G=37.70%
B=38.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181871910.380.0200.25183.2936.3260.59
Hex76BBBF262019b7243d
Octal1662732774620312674475
Binary111011010111011101111111001101001100110110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76BBBF;
 }
 .AnyTagClassName
 {
   color: #76BBBF;
 }
</style>
background-color css

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

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

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

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

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

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