Shades of Bermuda #80D2B7
Tints of Bermuda #80D2B7
RGB
CMYK
RGB Variations
Color information
#80D2B7 (or 0x80D2B7) is known color: Bermuda. HEX triplet: 80, D2 and B7. RGB value is (128,210,183). Sum of RGB (Red+Green+Blue) = 128+210+183=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #80D2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D2B7 is #7F2D48. Grayscale: #B6B6B6. Windows color (decimal): -8334665 or 12046976. OLE color: 12046976.
HSL color Cylindrical-coordinate representation of color #80D2B7: hue angle of 160.24º 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 #80D2B7 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 183 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.18 |
| HSL | 160.24º | 0.48% | 0.66% | - |
| HSV(B) | 160.24º | 0.39% | 0.82% | - |
| XYZ | 40.5 | 54.1 | 53.11 | - |
| YUV | 182.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 183 | 0.39 | 0 | 0.13 | 0.18 | 160.24 | 0.48 | 0.66 |
| Hex | 80 | D2 | B7 | 27 | 0 | D | 12 | A0 | 30 | 42 |
| Octal | 200 | 322 | 267 | 47 | 0 | 15 | 22 | 240 | 60 | 102 |
| Binary | 10000000 | 11010010 | 10110111 | 100111 | 0 | 1101 | 10010 | 10100000 | 110000 | 1000010 |
Color Harmonies of #80D2B7
Complementary color
Monochromatic Colors of #80D2B7
Black with #80D2B7
Text Example
Text Example
White with #80D2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D2B7; }
p { color: rgb(128,210,183); }
H1.HeaderClassName
{
color: #80D2B7;
}
.AnyTagClassName
{
color: #80D2B7;
}
</style>
background-color css
<style>
a { background-color: #80D2B7; }
a { background-color: rgb(128,210,183); }
div.DivClassName
{
background-color: #80D2B7;
}
.BgClassName
{
background-color: #80D2B7;
}
</style>
border-color css
<style>
span { border-color: #80D2B7; }
span { border-color: rgb(128,210,183); }
td.TdClassName
{
border-color: #80D2B7;
}
.TagClassName
{
border-color: #80D2B7;
}
</style>