Shades of Glacier #73B5BA
Tints of Glacier #73B5BA
RGB
CMYK
RGB Variations
Color information
#73B5BA (or 0x73B5BA) is known color: Glacier. HEX triplet: 73, B5 and BA. RGB value is (115,181,186). Sum of RGB (Red+Green+Blue) = 115+181+186=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #73B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B5BA is #8C4A45. Grayscale: #A1A1A1. Windows color (decimal): -9194054 or 12236147. OLE color: 12236147.
HSL color Cylindrical-coordinate representation of color #73B5BA: hue angle of 184.23º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B5BA is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 181 | 186 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.27 |
| HSL | 184.23º | 0.34% | 0.59% | - |
| HSV(B) | 184.23º | 0.38% | 0.73% | - |
| XYZ | 32.46 | 40.24 | 52.51 | - |
| YUV | 161.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 186 | 0.38 | 0.03 | 0 | 0.27 | 184.23 | 0.34 | 0.59 |
| Hex | 73 | B5 | BA | 26 | 3 | 0 | 1B | B8 | 22 | 3B |
| Octal | 163 | 265 | 272 | 46 | 3 | 0 | 33 | 270 | 42 | 73 |
| Binary | 1110011 | 10110101 | 10111010 | 100110 | 11 | 0 | 11011 | 10111000 | 100010 | 111011 |
Color Harmonies of #73B5BA
Complementary color
Monochromatic Colors of #73B5BA
Black with #73B5BA
Text Example
Text Example
White with #73B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B5BA; }
p { color: rgb(115,181,186); }
H1.HeaderClassName
{
color: #73B5BA;
}
.AnyTagClassName
{
color: #73B5BA;
}
</style>
background-color css
<style>
a { background-color: #73B5BA; }
a { background-color: rgb(115,181,186); }
div.DivClassName
{
background-color: #73B5BA;
}
.BgClassName
{
background-color: #73B5BA;
}
</style>
border-color css
<style>
span { border-color: #73B5BA; }
span { border-color: rgb(115,181,186); }
td.TdClassName
{
border-color: #73B5BA;
}
.TagClassName
{
border-color: #73B5BA;
}
</style>