Shades of Glacier #72BDBC
Tints of Glacier #72BDBC
RGB
CMYK
RGB Variations
Color information
#72BDBC (or 0x72BDBC) is known color: Glacier. HEX triplet: 72, BD and BC. RGB value is (114,189,188). Sum of RGB (Red+Green+Blue) = 114+189+188=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #72BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDBC is #8D4243. Grayscale: #A6A6A6. Windows color (decimal): -9257540 or 12369266. OLE color: 12369266.
HSL color Cylindrical-coordinate representation of color #72BDBC: hue angle of 179.2º 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 #72BDBC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 188 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.26 |
| HSL | 179.2º | 0.36% | 0.59% | - |
| HSV(B) | 179.2º | 0.4% | 0.74% | - |
| XYZ | 34.21 | 43.6 | 54.19 | - |
| YUV | 166.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 188 | 0.40 | 0 | 0.01 | 0.26 | 179.2 | 0.36 | 0.59 |
| Hex | 72 | BD | BC | 28 | 0 | 1 | 1A | B3 | 24 | 3B |
| Octal | 162 | 275 | 274 | 50 | 0 | 1 | 32 | 263 | 44 | 73 |
| Binary | 1110010 | 10111101 | 10111100 | 101000 | 0 | 1 | 11010 | 10110011 | 100100 | 111011 |
Color Harmonies of #72BDBC
Complementary color
Monochromatic Colors of #72BDBC
Black with #72BDBC
Text Example
Text Example
White with #72BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BDBC; }
p { color: rgb(114,189,188); }
H1.HeaderClassName
{
color: #72BDBC;
}
.AnyTagClassName
{
color: #72BDBC;
}
</style>
background-color css
<style>
a { background-color: #72BDBC; }
a { background-color: rgb(114,189,188); }
div.DivClassName
{
background-color: #72BDBC;
}
.BgClassName
{
background-color: #72BDBC;
}
</style>
border-color css
<style>
span { border-color: #72BDBC; }
span { border-color: rgb(114,189,188); }
td.TdClassName
{
border-color: #72BDBC;
}
.TagClassName
{
border-color: #72BDBC;
}
</style>