Shades of Bermuda #80DDBB
Tints of Bermuda #80DDBB
RGB
CMYK
RGB Variations
Color information
#80DDBB (or 0x80DDBB) is known color: Bermuda. HEX triplet: 80, DD and BB. RGB value is (128,221,187). Sum of RGB (Red+Green+Blue) = 128+221+187=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDBB is #7F2244. Grayscale: #BDBDBD. Windows color (decimal): -8331845 or 12311936. OLE color: 12311936.
HSL color Cylindrical-coordinate representation of color #80DDBB: hue angle of 158.06º 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 #80DDBB is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 187 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.13 |
| HSL | 158.06º | 0.58% | 0.68% | - |
| HSV(B) | 158.06º | 0.42% | 0.87% | - |
| XYZ | 43.73 | 59.89 | 56.27 | - |
| YUV | 189.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 187 | 0.42 | 0 | 0.15 | 0.13 | 158.06 | 0.58 | 0.68 |
| Hex | 80 | DD | BB | 2A | 0 | F | D | 9E | 3A | 44 |
| Octal | 200 | 335 | 273 | 52 | 0 | 17 | 15 | 236 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10111011 | 101010 | 0 | 1111 | 1101 | 10011110 | 111010 | 1000100 |
Color Harmonies of #80DDBB
Complementary color
Monochromatic Colors of #80DDBB
Black with #80DDBB
Text Example
Text Example
White with #80DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDBB; }
p { color: rgb(128,221,187); }
H1.HeaderClassName
{
color: #80DDBB;
}
.AnyTagClassName
{
color: #80DDBB;
}
</style>
background-color css
<style>
a { background-color: #80DDBB; }
a { background-color: rgb(128,221,187); }
div.DivClassName
{
background-color: #80DDBB;
}
.BgClassName
{
background-color: #80DDBB;
}
</style>
border-color css
<style>
span { border-color: #80DDBB; }
span { border-color: rgb(128,221,187); }
td.TdClassName
{
border-color: #80DDBB;
}
.TagClassName
{
border-color: #80DDBB;
}
</style>