Shades of Glacier #73BCBB
Tints of Glacier #73BCBB
RGB
CMYK
RGB Variations
Color information
#73BCBB (or 0x73BCBB) is known color: Glacier. HEX triplet: 73, BC and BB. RGB value is (115,188,187). Sum of RGB (Red+Green+Blue) = 115+188+187=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #73BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCBB is #8C4344. Grayscale: #A5A5A5. Windows color (decimal): -9192261 or 12303475. OLE color: 12303475.
HSL color Cylindrical-coordinate representation of color #73BCBB: hue angle of 179.18º 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 #73BCBB is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 187 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.26 |
| HSL | 179.18º | 0.35% | 0.59% | - |
| HSV(B) | 179.18º | 0.39% | 0.74% | - |
| XYZ | 34.02 | 43.2 | 53.56 | - |
| YUV | 166.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 187 | 0.39 | 0 | 0.01 | 0.26 | 179.18 | 0.35 | 0.59 |
| Hex | 73 | BC | BB | 27 | 0 | 1 | 1A | B3 | 23 | 3B |
| Octal | 163 | 274 | 273 | 47 | 0 | 1 | 32 | 263 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10111011 | 100111 | 0 | 1 | 11010 | 10110011 | 100011 | 111011 |
Color Harmonies of #73BCBB
Complementary color
Monochromatic Colors of #73BCBB
Black with #73BCBB
Text Example
Text Example
White with #73BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCBB; }
p { color: rgb(115,188,187); }
H1.HeaderClassName
{
color: #73BCBB;
}
.AnyTagClassName
{
color: #73BCBB;
}
</style>
background-color css
<style>
a { background-color: #73BCBB; }
a { background-color: rgb(115,188,187); }
div.DivClassName
{
background-color: #73BCBB;
}
.BgClassName
{
background-color: #73BCBB;
}
</style>
border-color css
<style>
span { border-color: #73BCBB; }
span { border-color: rgb(115,188,187); }
td.TdClassName
{
border-color: #73BCBB;
}
.TagClassName
{
border-color: #73BCBB;
}
</style>