Shades of Glacier #73B1BA
Tints of Glacier #73B1BA
RGB
CMYK
RGB Variations
Color information
#73B1BA (or 0x73B1BA) is known color: Glacier. HEX triplet: 73, B1 and BA. RGB value is (115,177,186). Sum of RGB (Red+Green+Blue) = 115+177+186=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #73B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1BA is #8C4E45. Grayscale: #9F9F9F. Windows color (decimal): -9195078 or 12235123. OLE color: 12235123.
HSL color Cylindrical-coordinate representation of color #73B1BA: hue angle of 187.61º 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 #73B1BA is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 177 | 186 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.27 |
| HSL | 187.61º | 0.34% | 0.59% | - |
| HSV(B) | 187.61º | 0.38% | 0.73% | - |
| XYZ | 31.66 | 38.63 | 52.24 | - |
| YUV | 159.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 186 | 0.38 | 0.05 | 0 | 0.27 | 187.61 | 0.34 | 0.59 |
| Hex | 73 | B1 | BA | 26 | 5 | 0 | 1B | BC | 22 | 3B |
| Octal | 163 | 261 | 272 | 46 | 5 | 0 | 33 | 274 | 42 | 73 |
| Binary | 1110011 | 10110001 | 10111010 | 100110 | 101 | 0 | 11011 | 10111100 | 100010 | 111011 |
Color Harmonies of #73B1BA
Complementary color
Monochromatic Colors of #73B1BA
Black with #73B1BA
Text Example
Text Example
White with #73B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B1BA; }
p { color: rgb(115,177,186); }
H1.HeaderClassName
{
color: #73B1BA;
}
.AnyTagClassName
{
color: #73B1BA;
}
</style>
background-color css
<style>
a { background-color: #73B1BA; }
a { background-color: rgb(115,177,186); }
div.DivClassName
{
background-color: #73B1BA;
}
.BgClassName
{
background-color: #73B1BA;
}
</style>
border-color css
<style>
span { border-color: #73B1BA; }
span { border-color: rgb(115,177,186); }
td.TdClassName
{
border-color: #73B1BA;
}
.TagClassName
{
border-color: #73B1BA;
}
</style>