Shades of Bermuda #80DDBE
Tints of Bermuda #80DDBE
RGB
CMYK
RGB Variations
Color information
#80DDBE (or 0x80DDBE) is known color: Bermuda. HEX triplet: 80, DD and BE. RGB value is (128,221,190). Sum of RGB (Red+Green+Blue) = 128+221+190=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDBE is #7F2241. Grayscale: #BDBDBD. Windows color (decimal): -8331842 or 12508544. OLE color: 12508544.
HSL color Cylindrical-coordinate representation of color #80DDBE: hue angle of 160º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDBE is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 190 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.13 |
| HSL | 160º | 0.58% | 0.68% | - |
| HSV(B) | 160º | 0.42% | 0.87% | - |
| XYZ | 44.05 | 60.02 | 57.98 | - |
| YUV | 189.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 190 | 0.42 | 0 | 0.14 | 0.13 | 160 | 0.58 | 0.68 |
| Hex | 80 | DD | BE | 2A | 0 | E | D | A0 | 3A | 44 |
| Octal | 200 | 335 | 276 | 52 | 0 | 16 | 15 | 240 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10111110 | 101010 | 0 | 1110 | 1101 | 10100000 | 111010 | 1000100 |
Color Harmonies of #80DDBE
Complementary color
Monochromatic Colors of #80DDBE
Black with #80DDBE
Text Example
Text Example
White with #80DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDBE; }
p { color: rgb(128,221,190); }
H1.HeaderClassName
{
color: #80DDBE;
}
.AnyTagClassName
{
color: #80DDBE;
}
</style>
background-color css
<style>
a { background-color: #80DDBE; }
a { background-color: rgb(128,221,190); }
div.DivClassName
{
background-color: #80DDBE;
}
.BgClassName
{
background-color: #80DDBE;
}
</style>
border-color css
<style>
span { border-color: #80DDBE; }
span { border-color: rgb(128,221,190); }
td.TdClassName
{
border-color: #80DDBE;
}
.TagClassName
{
border-color: #80DDBE;
}
</style>