Shades of Glacier #80BCBD
Tints of Glacier #80BCBD
RGB
CMYK
RGB Variations
Color information
#80BCBD (or 0x80BCBD) is known color: Glacier. HEX triplet: 80, BC and BD. RGB value is (128,188,189). Sum of RGB (Red+Green+Blue) = 128+188+189=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #80BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCBD is #7F4342. Grayscale: #AAAAAA. Windows color (decimal): -8340291 or 12434560. OLE color: 12434560.
HSL color Cylindrical-coordinate representation of color #80BCBD: hue angle of 180.98º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BCBD is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 189 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.26 |
| HSL | 180.98º | 0.32% | 0.62% | - |
| HSV(B) | 180.98º | 0.32% | 0.74% | - |
| XYZ | 36.07 | 44.23 | 54.78 | - |
| YUV | 170.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 189 | 0.32 | 0.01 | 0 | 0.26 | 180.98 | 0.32 | 0.62 |
| Hex | 80 | BC | BD | 20 | 1 | 0 | 1A | B5 | 20 | 3E |
| Octal | 200 | 274 | 275 | 40 | 1 | 0 | 32 | 265 | 40 | 76 |
| Binary | 10000000 | 10111100 | 10111101 | 100000 | 1 | 0 | 11010 | 10110101 | 100000 | 111110 |
Color Harmonies of #80BCBD
Complementary color
Monochromatic Colors of #80BCBD
Black with #80BCBD
Text Example
Text Example
White with #80BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCBD; }
p { color: rgb(128,188,189); }
H1.HeaderClassName
{
color: #80BCBD;
}
.AnyTagClassName
{
color: #80BCBD;
}
</style>
background-color css
<style>
a { background-color: #80BCBD; }
a { background-color: rgb(128,188,189); }
div.DivClassName
{
background-color: #80BCBD;
}
.BgClassName
{
background-color: #80BCBD;
}
</style>
border-color css
<style>
span { border-color: #80BCBD; }
span { border-color: rgb(128,188,189); }
td.TdClassName
{
border-color: #80BCBD;
}
.TagClassName
{
border-color: #80BCBD;
}
</style>