Shades of Glacier #73B4BE
Tints of Glacier #73B4BE
RGB
CMYK
RGB Variations
Color information
#73B4BE (or 0x73B4BE) is known color: Glacier. HEX triplet: 73, B4 and BE. RGB value is (115,180,190). Sum of RGB (Red+Green+Blue) = 115+180+190=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #73B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B4BE is #8C4B41. Grayscale: #A1A1A1. Windows color (decimal): -9194306 or 12498035. OLE color: 12498035.
HSL color Cylindrical-coordinate representation of color #73B4BE: hue angle of 188º 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 #73B4BE is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 180 | 190 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.25 |
| HSL | 188º | 0.37% | 0.6% | - |
| HSV(B) | 188º | 0.39% | 0.75% | - |
| XYZ | 32.69 | 40.01 | 54.71 | - |
| YUV | 161.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 190 | 0.39 | 0.05 | 0 | 0.25 | 188 | 0.37 | 0.6 |
| Hex | 73 | B4 | BE | 27 | 5 | 0 | 19 | BC | 25 | 3C |
| Octal | 163 | 264 | 276 | 47 | 5 | 0 | 31 | 274 | 45 | 74 |
| Binary | 1110011 | 10110100 | 10111110 | 100111 | 101 | 0 | 11001 | 10111100 | 100101 | 111100 |
Color Harmonies of #73B4BE
Complementary color
Monochromatic Colors of #73B4BE
Black with #73B4BE
Text Example
Text Example
White with #73B4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B4BE; }
p { color: rgb(115,180,190); }
H1.HeaderClassName
{
color: #73B4BE;
}
.AnyTagClassName
{
color: #73B4BE;
}
</style>
background-color css
<style>
a { background-color: #73B4BE; }
a { background-color: rgb(115,180,190); }
div.DivClassName
{
background-color: #73B4BE;
}
.BgClassName
{
background-color: #73B4BE;
}
</style>
border-color css
<style>
span { border-color: #73B4BE; }
span { border-color: rgb(115,180,190); }
td.TdClassName
{
border-color: #73B4BE;
}
.TagClassName
{
border-color: #73B4BE;
}
</style>