Shades of Glacier #72B2BA
Tints of Glacier #72B2BA
RGB
CMYK
RGB Variations
Color information
#72B2BA (or 0x72B2BA) is known color: Glacier. HEX triplet: 72, B2 and BA. RGB value is (114,178,186). Sum of RGB (Red+Green+Blue) = 114+178+186=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #72B2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2BA is #8D4D45. Grayscale: #9F9F9F. Windows color (decimal): -9260358 or 12235378. OLE color: 12235378.
HSL color Cylindrical-coordinate representation of color #72B2BA: hue angle of 186.67º 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 #72B2BA is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 178 | 186 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.27 |
| HSL | 186.67º | 0.34% | 0.59% | - |
| HSV(B) | 186.67º | 0.39% | 0.73% | - |
| XYZ | 31.72 | 38.96 | 52.3 | - |
| YUV | 159.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 178 | 186 | 0.39 | 0.04 | 0 | 0.27 | 186.67 | 0.34 | 0.59 |
| Hex | 72 | B2 | BA | 27 | 4 | 0 | 1B | BB | 22 | 3B |
| Octal | 162 | 262 | 272 | 47 | 4 | 0 | 33 | 273 | 42 | 73 |
| Binary | 1110010 | 10110010 | 10111010 | 100111 | 100 | 0 | 11011 | 10111011 | 100010 | 111011 |
Color Harmonies of #72B2BA
Complementary color
Monochromatic Colors of #72B2BA
Black with #72B2BA
Text Example
Text Example
White with #72B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B2BA; }
p { color: rgb(114,178,186); }
H1.HeaderClassName
{
color: #72B2BA;
}
.AnyTagClassName
{
color: #72B2BA;
}
</style>
background-color css
<style>
a { background-color: #72B2BA; }
a { background-color: rgb(114,178,186); }
div.DivClassName
{
background-color: #72B2BA;
}
.BgClassName
{
background-color: #72B2BA;
}
</style>
border-color css
<style>
span { border-color: #72B2BA; }
span { border-color: rgb(114,178,186); }
td.TdClassName
{
border-color: #72B2BA;
}
.TagClassName
{
border-color: #72B2BA;
}
</style>