Shades of Bermuda #80DCB6
Tints of Bermuda #80DCB6
RGB
CMYK
RGB Variations
Color information
#80DCB6 (or 0x80DCB6) is known color: Bermuda. HEX triplet: 80, DC and B6. RGB value is (128,220,182). Sum of RGB (Red+Green+Blue) = 128+220+182=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCB6 is #7F2349. Grayscale: #BCBCBC. Windows color (decimal): -8332106 or 11984000. OLE color: 11984000.
HSL color Cylindrical-coordinate representation of color #80DCB6: hue angle of 155.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCB6 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 182 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.14 |
| HSL | 155.22º | 0.57% | 0.68% | - |
| HSV(B) | 155.22º | 0.42% | 0.86% | - |
| XYZ | 42.94 | 59.15 | 53.41 | - |
| YUV | 188.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 182 | 0.42 | 0 | 0.17 | 0.14 | 155.22 | 0.57 | 0.68 |
| Hex | 80 | DC | B6 | 2A | 0 | 11 | E | 9B | 39 | 44 |
| Octal | 200 | 334 | 266 | 52 | 0 | 21 | 16 | 233 | 71 | 104 |
| Binary | 10000000 | 11011100 | 10110110 | 101010 | 0 | 10001 | 1110 | 10011011 | 111001 | 1000100 |
Color Harmonies of #80DCB6
Complementary color
Monochromatic Colors of #80DCB6
Black with #80DCB6
Text Example
Text Example
White with #80DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DCB6; }
p { color: rgb(128,220,182); }
H1.HeaderClassName
{
color: #80DCB6;
}
.AnyTagClassName
{
color: #80DCB6;
}
</style>
background-color css
<style>
a { background-color: #80DCB6; }
a { background-color: rgb(128,220,182); }
div.DivClassName
{
background-color: #80DCB6;
}
.BgClassName
{
background-color: #80DCB6;
}
</style>
border-color css
<style>
span { border-color: #80DCB6; }
span { border-color: rgb(128,220,182); }
td.TdClassName
{
border-color: #80DCB6;
}
.TagClassName
{
border-color: #80DCB6;
}
</style>