Shades of Glacier #73BCBC
Tints of Glacier #73BCBC
RGB
CMYK
RGB Variations
Color information
#73BCBC (or 0x73BCBC) is known color: Glacier. HEX triplet: 73, BC and BC. RGB value is (115,188,188). Sum of RGB (Red+Green+Blue) = 115+188+188=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #73BCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCBC is #8C4343. Grayscale: #A6A6A6. Windows color (decimal): -9192260 or 12369011. OLE color: 12369011.
HSL color Cylindrical-coordinate representation of color #73BCBC: hue angle of 180º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BCBC is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 188 | - |
| CMYK | 0.39 | 0 | 0 | 0.26 |
| HSL | 180º | 0.35% | 0.59% | - |
| HSV(B) | 180º | 0.39% | 0.74% | - |
| XYZ | 34.13 | 43.24 | 54.12 | - |
| YUV | 166.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 188 | 0.39 | 0 | 0 | 0.26 | 180 | 0.35 | 0.59 |
| Hex | 73 | BC | BC | 27 | 0 | 0 | 1A | B4 | 23 | 3B |
| Octal | 163 | 274 | 274 | 47 | 0 | 0 | 32 | 264 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10111100 | 100111 | 0 | 0 | 11010 | 10110100 | 100011 | 111011 |
Color Harmonies of #73BCBC
Complementary color
Monochromatic Colors of #73BCBC
Black with #73BCBC
Text Example
Text Example
White with #73BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCBC; }
p { color: rgb(115,188,188); }
H1.HeaderClassName
{
color: #73BCBC;
}
.AnyTagClassName
{
color: #73BCBC;
}
</style>
background-color css
<style>
a { background-color: #73BCBC; }
a { background-color: rgb(115,188,188); }
div.DivClassName
{
background-color: #73BCBC;
}
.BgClassName
{
background-color: #73BCBC;
}
</style>
border-color css
<style>
span { border-color: #73BCBC; }
span { border-color: rgb(115,188,188); }
td.TdClassName
{
border-color: #73BCBC;
}
.TagClassName
{
border-color: #73BCBC;
}
</style>