Shades of Glacier #80BEBF
Tints of Glacier #80BEBF
RGB
CMYK
RGB Variations
Color information
#80BEBF (or 0x80BEBF) is known color: Glacier. HEX triplet: 80, BE and BF. RGB value is (128,190,191). Sum of RGB (Red+Green+Blue) = 128+190+191=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #80BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEBF is #7F4140. Grayscale: #ABABAB. Windows color (decimal): -8339777 or 12566144. OLE color: 12566144.
HSL color Cylindrical-coordinate representation of color #80BEBF: hue angle of 180.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BEBF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 191 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.25 |
| HSL | 180.95º | 0.33% | 0.63% | - |
| HSV(B) | 180.95º | 0.33% | 0.75% | - |
| XYZ | 36.72 | 45.18 | 56.08 | - |
| YUV | 171.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 191 | 0.33 | 0.01 | 0 | 0.25 | 180.95 | 0.33 | 0.63 |
| Hex | 80 | BE | BF | 21 | 1 | 0 | 19 | B5 | 21 | 3F |
| Octal | 200 | 276 | 277 | 41 | 1 | 0 | 31 | 265 | 41 | 77 |
| Binary | 10000000 | 10111110 | 10111111 | 100001 | 1 | 0 | 11001 | 10110101 | 100001 | 111111 |
Color Harmonies of #80BEBF
Complementary color
Monochromatic Colors of #80BEBF
Black with #80BEBF
Text Example
Text Example
White with #80BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEBF; }
p { color: rgb(128,190,191); }
H1.HeaderClassName
{
color: #80BEBF;
}
.AnyTagClassName
{
color: #80BEBF;
}
</style>
background-color css
<style>
a { background-color: #80BEBF; }
a { background-color: rgb(128,190,191); }
div.DivClassName
{
background-color: #80BEBF;
}
.BgClassName
{
background-color: #80BEBF;
}
</style>
border-color css
<style>
span { border-color: #80BEBF; }
span { border-color: rgb(128,190,191); }
td.TdClassName
{
border-color: #80BEBF;
}
.TagClassName
{
border-color: #80BEBF;
}
</style>