Shades of Bermuda #80D2BC
Tints of Bermuda #80D2BC
RGB
CMYK
RGB Variations
Color information
#80D2BC (or 0x80D2BC) is known color: Bermuda. HEX triplet: 80, D2 and BC. RGB value is (128,210,188). Sum of RGB (Red+Green+Blue) = 128+210+188=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #80D2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D2BC is #7F2D43. Grayscale: #B6B6B6. Windows color (decimal): -8334660 or 12374656. OLE color: 12374656.
HSL color Cylindrical-coordinate representation of color #80D2BC: hue angle of 163.9º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D2BC is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 188 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.18 |
| HSL | 163.9º | 0.48% | 0.66% | - |
| HSV(B) | 163.9º | 0.39% | 0.82% | - |
| XYZ | 41.03 | 54.31 | 55.9 | - |
| YUV | 182.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 188 | 0.39 | 0 | 0.10 | 0.18 | 163.9 | 0.48 | 0.66 |
| Hex | 80 | D2 | BC | 27 | 0 | A | 12 | A4 | 30 | 42 |
| Octal | 200 | 322 | 274 | 47 | 0 | 12 | 22 | 244 | 60 | 102 |
| Binary | 10000000 | 11010010 | 10111100 | 100111 | 0 | 1010 | 10010 | 10100100 | 110000 | 1000010 |
Color Harmonies of #80D2BC
Complementary color
Monochromatic Colors of #80D2BC
Black with #80D2BC
Text Example
Text Example
White with #80D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D2BC; }
p { color: rgb(128,210,188); }
H1.HeaderClassName
{
color: #80D2BC;
}
.AnyTagClassName
{
color: #80D2BC;
}
</style>
background-color css
<style>
a { background-color: #80D2BC; }
a { background-color: rgb(128,210,188); }
div.DivClassName
{
background-color: #80D2BC;
}
.BgClassName
{
background-color: #80D2BC;
}
</style>
border-color css
<style>
span { border-color: #80D2BC; }
span { border-color: rgb(128,210,188); }
td.TdClassName
{
border-color: #80D2BC;
}
.TagClassName
{
border-color: #80D2BC;
}
</style>