Shades of Glacier #73B2C0
Tints of Glacier #73B2C0
RGB
CMYK
RGB Variations
Color information
#73B2C0 (or 0x73B2C0) is known color: Glacier. HEX triplet: 73, B2 and C0. RGB value is (115,178,192). Sum of RGB (Red+Green+Blue) = 115+178+192=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #73B2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2C0 is #8C4D3F. Grayscale: #A0A0A0. Windows color (decimal): -9194816 or 12628595. OLE color: 12628595.
HSL color Cylindrical-coordinate representation of color #73B2C0: hue angle of 190.91º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73B2C0 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 178 | 192 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.25 |
| HSL | 190.91º | 0.38% | 0.6% | - |
| HSV(B) | 190.91º | 0.4% | 0.75% | - |
| XYZ | 32.51 | 39.29 | 55.74 | - |
| YUV | 160.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 192 | 0.40 | 0.07 | 0 | 0.25 | 190.91 | 0.38 | 0.6 |
| Hex | 73 | B2 | C0 | 28 | 7 | 0 | 19 | BF | 26 | 3C |
| Octal | 163 | 262 | 300 | 50 | 7 | 0 | 31 | 277 | 46 | 74 |
| Binary | 1110011 | 10110010 | 11000000 | 101000 | 111 | 0 | 11001 | 10111111 | 100110 | 111100 |
Color Harmonies of #73B2C0
Complementary color
Monochromatic Colors of #73B2C0
Black with #73B2C0
Text Example
Text Example
White with #73B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2C0; }
p { color: rgb(115,178,192); }
H1.HeaderClassName
{
color: #73B2C0;
}
.AnyTagClassName
{
color: #73B2C0;
}
</style>
background-color css
<style>
a { background-color: #73B2C0; }
a { background-color: rgb(115,178,192); }
div.DivClassName
{
background-color: #73B2C0;
}
.BgClassName
{
background-color: #73B2C0;
}
</style>
border-color css
<style>
span { border-color: #73B2C0; }
span { border-color: rgb(115,178,192); }
td.TdClassName
{
border-color: #73B2C0;
}
.TagClassName
{
border-color: #73B2C0;
}
</style>