Shades of Glacier #73BDBF
Tints of Glacier #73BDBF
RGB
CMYK
RGB Variations
Color information
#73BDBF (or 0x73BDBF) is known color: Glacier. HEX triplet: 73, BD and BF. RGB value is (115,189,191). Sum of RGB (Red+Green+Blue) = 115+189+191=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #73BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDBF is #8C4240. Grayscale: #A7A7A7. Windows color (decimal): -9192001 or 12565875. OLE color: 12565875.
HSL color Cylindrical-coordinate representation of color #73BDBF: hue angle of 181.58º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BDBF is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 189 | 191 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.25 |
| HSL | 181.58º | 0.37% | 0.6% | - |
| HSV(B) | 181.58º | 0.4% | 0.75% | - |
| XYZ | 34.67 | 43.8 | 55.92 | - |
| YUV | 167.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 191 | 0.40 | 0.01 | 0 | 0.25 | 181.58 | 0.37 | 0.6 |
| Hex | 73 | BD | BF | 28 | 1 | 0 | 19 | B6 | 25 | 3C |
| Octal | 163 | 275 | 277 | 50 | 1 | 0 | 31 | 266 | 45 | 74 |
| Binary | 1110011 | 10111101 | 10111111 | 101000 | 1 | 0 | 11001 | 10110110 | 100101 | 111100 |
Color Harmonies of #73BDBF
Complementary color
Monochromatic Colors of #73BDBF
Black with #73BDBF
Text Example
Text Example
White with #73BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDBF; }
p { color: rgb(115,189,191); }
H1.HeaderClassName
{
color: #73BDBF;
}
.AnyTagClassName
{
color: #73BDBF;
}
</style>
background-color css
<style>
a { background-color: #73BDBF; }
a { background-color: rgb(115,189,191); }
div.DivClassName
{
background-color: #73BDBF;
}
.BgClassName
{
background-color: #73BDBF;
}
</style>
border-color css
<style>
span { border-color: #73BDBF; }
span { border-color: rgb(115,189,191); }
td.TdClassName
{
border-color: #73BDBF;
}
.TagClassName
{
border-color: #73BDBF;
}
</style>