Shades of Glacier #72BBC0
Tints of Glacier #72BBC0
RGB
CMYK
RGB Variations
Color information
#72BBC0 (or 0x72BBC0) is known color: Glacier. HEX triplet: 72, BB and C0. RGB value is (114,187,192). Sum of RGB (Red+Green+Blue) = 114+187+192=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #72BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BBC0 is #8D443F. Grayscale: #A5A5A5. Windows color (decimal): -9258048 or 12630898. OLE color: 12630898.
HSL color Cylindrical-coordinate representation of color #72BBC0: hue angle of 183.85º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72BBC0 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 187 | 192 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.25 |
| HSL | 183.85º | 0.38% | 0.6% | - |
| HSV(B) | 183.85º | 0.41% | 0.75% | - |
| XYZ | 34.22 | 42.92 | 56.35 | - |
| YUV | 165.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 192 | 0.41 | 0.03 | 0 | 0.25 | 183.85 | 0.38 | 0.6 |
| Hex | 72 | BB | C0 | 29 | 3 | 0 | 19 | B8 | 26 | 3C |
| Octal | 162 | 273 | 300 | 51 | 3 | 0 | 31 | 270 | 46 | 74 |
| Binary | 1110010 | 10111011 | 11000000 | 101001 | 11 | 0 | 11001 | 10111000 | 100110 | 111100 |
Color Harmonies of #72BBC0
Complementary color
Monochromatic Colors of #72BBC0
Black with #72BBC0
Text Example
Text Example
White with #72BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBC0; }
p { color: rgb(114,187,192); }
H1.HeaderClassName
{
color: #72BBC0;
}
.AnyTagClassName
{
color: #72BBC0;
}
</style>
background-color css
<style>
a { background-color: #72BBC0; }
a { background-color: rgb(114,187,192); }
div.DivClassName
{
background-color: #72BBC0;
}
.BgClassName
{
background-color: #72BBC0;
}
</style>
border-color css
<style>
span { border-color: #72BBC0; }
span { border-color: rgb(114,187,192); }
td.TdClassName
{
border-color: #72BBC0;
}
.TagClassName
{
border-color: #72BBC0;
}
</style>