Shades of Glacier #73B2BE
Tints of Glacier #73B2BE
RGB
CMYK
RGB Variations
Color information
#73B2BE (or 0x73B2BE) is known color: Glacier. HEX triplet: 73, B2 and BE. RGB value is (115,178,190). Sum of RGB (Red+Green+Blue) = 115+178+190=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #73B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2BE is #8C4D41. Grayscale: #A0A0A0. Windows color (decimal): -9194818 or 12497523. OLE color: 12497523.
HSL color Cylindrical-coordinate representation of color #73B2BE: hue angle of 189.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B2BE is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 178 | 190 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.25 |
| HSL | 189.6º | 0.37% | 0.6% | - |
| HSV(B) | 189.6º | 0.39% | 0.75% | - |
| XYZ | 32.28 | 39.2 | 54.58 | - |
| YUV | 160.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 190 | 0.39 | 0.06 | 0 | 0.25 | 189.6 | 0.37 | 0.6 |
| Hex | 73 | B2 | BE | 27 | 6 | 0 | 19 | BE | 25 | 3C |
| Octal | 163 | 262 | 276 | 47 | 6 | 0 | 31 | 276 | 45 | 74 |
| Binary | 1110011 | 10110010 | 10111110 | 100111 | 110 | 0 | 11001 | 10111110 | 100101 | 111100 |
Color Harmonies of #73B2BE
Complementary color
Monochromatic Colors of #73B2BE
Black with #73B2BE
Text Example
Text Example
White with #73B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B2BE; }
p { color: rgb(115,178,190); }
H1.HeaderClassName
{
color: #73B2BE;
}
.AnyTagClassName
{
color: #73B2BE;
}
</style>
background-color css
<style>
a { background-color: #73B2BE; }
a { background-color: rgb(115,178,190); }
div.DivClassName
{
background-color: #73B2BE;
}
.BgClassName
{
background-color: #73B2BE;
}
</style>
border-color css
<style>
span { border-color: #73B2BE; }
span { border-color: rgb(115,178,190); }
td.TdClassName
{
border-color: #73B2BE;
}
.TagClassName
{
border-color: #73B2BE;
}
</style>