Shades of Glacier #73BBBD
Tints of Glacier #73BBBD
RGB
CMYK
RGB Variations
Color information
#73BBBD (or 0x73BBBD) is known color: Glacier. HEX triplet: 73, BB and BD. RGB value is (115,187,189). Sum of RGB (Red+Green+Blue) = 115+187+189=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #73BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBBD is #8C4442. Grayscale: #A5A5A5. Windows color (decimal): -9192515 or 12434291. OLE color: 12434291.
HSL color Cylindrical-coordinate representation of color #73BBBD: hue angle of 181.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BBBD is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 187 | 189 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.26 |
| HSL | 181.62º | 0.36% | 0.6% | - |
| HSV(B) | 181.62º | 0.39% | 0.74% | - |
| XYZ | 34.03 | 42.86 | 54.62 | - |
| YUV | 165.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 189 | 0.39 | 0.01 | 0 | 0.26 | 181.62 | 0.36 | 0.6 |
| Hex | 73 | BB | BD | 27 | 1 | 0 | 1A | B6 | 24 | 3C |
| Octal | 163 | 273 | 275 | 47 | 1 | 0 | 32 | 266 | 44 | 74 |
| Binary | 1110011 | 10111011 | 10111101 | 100111 | 1 | 0 | 11010 | 10110110 | 100100 | 111100 |
Color Harmonies of #73BBBD
Complementary color
Monochromatic Colors of #73BBBD
Black with #73BBBD
Text Example
Text Example
White with #73BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BBBD; }
p { color: rgb(115,187,189); }
H1.HeaderClassName
{
color: #73BBBD;
}
.AnyTagClassName
{
color: #73BBBD;
}
</style>
background-color css
<style>
a { background-color: #73BBBD; }
a { background-color: rgb(115,187,189); }
div.DivClassName
{
background-color: #73BBBD;
}
.BgClassName
{
background-color: #73BBBD;
}
</style>
border-color css
<style>
span { border-color: #73BBBD; }
span { border-color: rgb(115,187,189); }
td.TdClassName
{
border-color: #73BBBD;
}
.TagClassName
{
border-color: #73BBBD;
}
</style>