Shades of Glacier #80ACB5
Tints of Glacier #80ACB5
RGB
CMYK
RGB Variations
Color information
#80ACB5 (or 0x80ACB5) is known color: Glacier. HEX triplet: 80, AC and B5. RGB value is (128,172,181). Sum of RGB (Red+Green+Blue) = 128+172+181=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #80ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACB5 is #7F534A. Grayscale: #9F9F9F. Windows color (decimal): -8344395 or 11906176. OLE color: 11906176.
HSL color Cylindrical-coordinate representation of color #80ACB5: hue angle of 190.19º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80ACB5 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 172 | 181 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.29 |
| HSL | 190.19º | 0.26% | 0.61% | - |
| HSV(B) | 190.19º | 0.29% | 0.71% | - |
| XYZ | 32 | 37.43 | 49.25 | - |
| YUV | 159.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 181 | 0.29 | 0.05 | 0 | 0.29 | 190.19 | 0.26 | 0.61 |
| Hex | 80 | AC | B5 | 1D | 5 | 0 | 1D | BE | 1A | 3D |
| Octal | 200 | 254 | 265 | 35 | 5 | 0 | 35 | 276 | 32 | 75 |
| Binary | 10000000 | 10101100 | 10110101 | 11101 | 101 | 0 | 11101 | 10111110 | 11010 | 111101 |
Color Harmonies of #80ACB5
Complementary color
Monochromatic Colors of #80ACB5
Black with #80ACB5
Text Example
Text Example
White with #80ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACB5; }
p { color: rgb(128,172,181); }
H1.HeaderClassName
{
color: #80ACB5;
}
.AnyTagClassName
{
color: #80ACB5;
}
</style>
background-color css
<style>
a { background-color: #80ACB5; }
a { background-color: rgb(128,172,181); }
div.DivClassName
{
background-color: #80ACB5;
}
.BgClassName
{
background-color: #80ACB5;
}
</style>
border-color css
<style>
span { border-color: #80ACB5; }
span { border-color: rgb(128,172,181); }
td.TdClassName
{
border-color: #80ACB5;
}
.TagClassName
{
border-color: #80ACB5;
}
</style>