Shades of Glacier #80B8BA
Tints of Glacier #80B8BA
RGB
CMYK
RGB Variations
Color information
#80B8BA (or 0x80B8BA) is known color: Glacier. HEX triplet: 80, B8 and BA. RGB value is (128,184,186). Sum of RGB (Red+Green+Blue) = 128+184+186=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #80B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B8BA is #7F4745. Grayscale: #A7A7A7. Windows color (decimal): -8341318 or 12236928. OLE color: 12236928.
HSL color Cylindrical-coordinate representation of color #80B8BA: hue angle of 182.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B8BA is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 184 | 186 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.27 |
| HSL | 182.07º | 0.3% | 0.62% | - |
| HSV(B) | 182.07º | 0.31% | 0.73% | - |
| XYZ | 34.91 | 42.42 | 52.8 | - |
| YUV | 167.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 186 | 0.31 | 0.01 | 0 | 0.27 | 182.07 | 0.3 | 0.62 |
| Hex | 80 | B8 | BA | 1F | 1 | 0 | 1B | B6 | 1E | 3E |
| Octal | 200 | 270 | 272 | 37 | 1 | 0 | 33 | 266 | 36 | 76 |
| Binary | 10000000 | 10111000 | 10111010 | 11111 | 1 | 0 | 11011 | 10110110 | 11110 | 111110 |
Color Harmonies of #80B8BA
Complementary color
Monochromatic Colors of #80B8BA
Black with #80B8BA
Text Example
Text Example
White with #80B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B8BA; }
p { color: rgb(128,184,186); }
H1.HeaderClassName
{
color: #80B8BA;
}
.AnyTagClassName
{
color: #80B8BA;
}
</style>
background-color css
<style>
a { background-color: #80B8BA; }
a { background-color: rgb(128,184,186); }
div.DivClassName
{
background-color: #80B8BA;
}
.BgClassName
{
background-color: #80B8BA;
}
</style>
border-color css
<style>
span { border-color: #80B8BA; }
span { border-color: rgb(128,184,186); }
td.TdClassName
{
border-color: #80B8BA;
}
.TagClassName
{
border-color: #80B8BA;
}
</style>