Shades of Glacier #72BDBD
Tints of Glacier #72BDBD
RGB
CMYK
RGB Variations
Color information
#72BDBD (or 0x72BDBD) is known color: Glacier. HEX triplet: 72, BD and BD. RGB value is (114,189,189). Sum of RGB (Red+Green+Blue) = 114+189+189=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #72BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDBD is #8D4242. Grayscale: #A6A6A6. Windows color (decimal): -9257539 or 12434802. OLE color: 12434802.
HSL color Cylindrical-coordinate representation of color #72BDBD: hue angle of 180º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BDBD is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 189 | - |
| CMYK | 0.40 | 0 | 0 | 0.26 |
| HSL | 180º | 0.36% | 0.59% | - |
| HSV(B) | 180º | 0.4% | 0.74% | - |
| XYZ | 34.32 | 43.65 | 54.76 | - |
| YUV | 166.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 189 | 0.40 | 0 | 0 | 0.26 | 180 | 0.36 | 0.59 |
| Hex | 72 | BD | BD | 28 | 0 | 0 | 1A | B4 | 24 | 3B |
| Octal | 162 | 275 | 275 | 50 | 0 | 0 | 32 | 264 | 44 | 73 |
| Binary | 1110010 | 10111101 | 10111101 | 101000 | 0 | 0 | 11010 | 10110100 | 100100 | 111011 |
Color Harmonies of #72BDBD
Complementary color
Monochromatic Colors of #72BDBD
Black with #72BDBD
Text Example
Text Example
White with #72BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BDBD; }
p { color: rgb(114,189,189); }
H1.HeaderClassName
{
color: #72BDBD;
}
.AnyTagClassName
{
color: #72BDBD;
}
</style>
background-color css
<style>
a { background-color: #72BDBD; }
a { background-color: rgb(114,189,189); }
div.DivClassName
{
background-color: #72BDBD;
}
.BgClassName
{
background-color: #72BDBD;
}
</style>
border-color css
<style>
span { border-color: #72BDBD; }
span { border-color: rgb(114,189,189); }
td.TdClassName
{
border-color: #72BDBD;
}
.TagClassName
{
border-color: #72BDBD;
}
</style>