Shades of Glacier #73BDBE
Tints of Glacier #73BDBE
RGB
CMYK
RGB Variations
Color information
#73BDBE (or 0x73BDBE) is known color: Glacier. HEX triplet: 73, BD and BE. RGB value is (115,189,190). Sum of RGB (Red+Green+Blue) = 115+189+190=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #73BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDBE is #8C4241. Grayscale: #A6A6A6. Windows color (decimal): -9192002 or 12500339. OLE color: 12500339.
HSL color Cylindrical-coordinate representation of color #73BDBE: hue angle of 180.8º 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 #73BDBE is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 189 | 190 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.25 |
| HSL | 180.8º | 0.37% | 0.6% | - |
| HSV(B) | 180.8º | 0.39% | 0.75% | - |
| XYZ | 34.56 | 43.76 | 55.34 | - |
| YUV | 166.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 190 | 0.39 | 0.01 | 0 | 0.25 | 180.8 | 0.37 | 0.6 |
| Hex | 73 | BD | BE | 27 | 1 | 0 | 19 | B5 | 25 | 3C |
| Octal | 163 | 275 | 276 | 47 | 1 | 0 | 31 | 265 | 45 | 74 |
| Binary | 1110011 | 10111101 | 10111110 | 100111 | 1 | 0 | 11001 | 10110101 | 100101 | 111100 |
Color Harmonies of #73BDBE
Complementary color
Monochromatic Colors of #73BDBE
Black with #73BDBE
Text Example
Text Example
White with #73BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDBE; }
p { color: rgb(115,189,190); }
H1.HeaderClassName
{
color: #73BDBE;
}
.AnyTagClassName
{
color: #73BDBE;
}
</style>
background-color css
<style>
a { background-color: #73BDBE; }
a { background-color: rgb(115,189,190); }
div.DivClassName
{
background-color: #73BDBE;
}
.BgClassName
{
background-color: #73BDBE;
}
</style>
border-color css
<style>
span { border-color: #73BDBE; }
span { border-color: rgb(115,189,190); }
td.TdClassName
{
border-color: #73BDBE;
}
.TagClassName
{
border-color: #73BDBE;
}
</style>