Shades of Glacier #76BBBE
Tints of Glacier #76BBBE
RGB
CMYK
RGB Variations
Color information
#76BBBE (or 0x76BBBE) is known color: Glacier. HEX triplet: 76, BB and BE. RGB value is (118,187,190). Sum of RGB (Red+Green+Blue) = 118+187+190=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #76BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBBE is #894441. Grayscale: #A6A6A6. Windows color (decimal): -8995906 or 12499830. OLE color: 12499830.
HSL color Cylindrical-coordinate representation of color #76BBBE: hue angle of 182.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BBBE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 187 | 190 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.25 |
| HSL | 182.5º | 0.36% | 0.6% | - |
| HSV(B) | 182.5º | 0.38% | 0.75% | - |
| XYZ | 34.54 | 43.11 | 55.22 | - |
| YUV | 166.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 190 | 0.38 | 0.02 | 0 | 0.25 | 182.5 | 0.36 | 0.6 |
| Hex | 76 | BB | BE | 26 | 2 | 0 | 19 | B6 | 24 | 3C |
| Octal | 166 | 273 | 276 | 46 | 2 | 0 | 31 | 266 | 44 | 74 |
| Binary | 1110110 | 10111011 | 10111110 | 100110 | 10 | 0 | 11001 | 10110110 | 100100 | 111100 |
Color Harmonies of #76BBBE
Complementary color
Monochromatic Colors of #76BBBE
Black with #76BBBE
Text Example
Text Example
White with #76BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBBE; }
p { color: rgb(118,187,190); }
H1.HeaderClassName
{
color: #76BBBE;
}
.AnyTagClassName
{
color: #76BBBE;
}
</style>
background-color css
<style>
a { background-color: #76BBBE; }
a { background-color: rgb(118,187,190); }
div.DivClassName
{
background-color: #76BBBE;
}
.BgClassName
{
background-color: #76BBBE;
}
</style>
border-color css
<style>
span { border-color: #76BBBE; }
span { border-color: rgb(118,187,190); }
td.TdClassName
{
border-color: #76BBBE;
}
.TagClassName
{
border-color: #76BBBE;
}
</style>