Shades of Glacier #72B3BA
Tints of Glacier #72B3BA
RGB
CMYK
RGB Variations
Color information
#72B3BA (or 0x72B3BA) is known color: Glacier. HEX triplet: 72, B3 and BA. RGB value is (114,179,186). Sum of RGB (Red+Green+Blue) = 114+179+186=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #72B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B3BA is #8D4C45. Grayscale: #A0A0A0. Windows color (decimal): -9260102 or 12235634. OLE color: 12235634.
HSL color Cylindrical-coordinate representation of color #72B3BA: hue angle of 185.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72B3BA is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 179 | 186 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.27 |
| HSL | 185.83º | 0.34% | 0.59% | - |
| HSV(B) | 185.83º | 0.39% | 0.73% | - |
| XYZ | 31.92 | 39.36 | 52.37 | - |
| YUV | 160.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 186 | 0.39 | 0.04 | 0 | 0.27 | 185.83 | 0.34 | 0.59 |
| Hex | 72 | B3 | BA | 27 | 4 | 0 | 1B | BA | 22 | 3B |
| Octal | 162 | 263 | 272 | 47 | 4 | 0 | 33 | 272 | 42 | 73 |
| Binary | 1110010 | 10110011 | 10111010 | 100111 | 100 | 0 | 11011 | 10111010 | 100010 | 111011 |
Color Harmonies of #72B3BA
Complementary color
Monochromatic Colors of #72B3BA
Black with #72B3BA
Text Example
Text Example
White with #72B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B3BA; }
p { color: rgb(114,179,186); }
H1.HeaderClassName
{
color: #72B3BA;
}
.AnyTagClassName
{
color: #72B3BA;
}
</style>
background-color css
<style>
a { background-color: #72B3BA; }
a { background-color: rgb(114,179,186); }
div.DivClassName
{
background-color: #72B3BA;
}
.BgClassName
{
background-color: #72B3BA;
}
</style>
border-color css
<style>
span { border-color: #72B3BA; }
span { border-color: rgb(114,179,186); }
td.TdClassName
{
border-color: #72B3BA;
}
.TagClassName
{
border-color: #72B3BA;
}
</style>