Shades of Bermuda #80DDBF
Tints of Bermuda #80DDBF
RGB
CMYK
RGB Variations
Color information
#80DDBF (or 0x80DDBF) is known color: Bermuda. HEX triplet: 80, DD and BF. RGB value is (128,221,191). Sum of RGB (Red+Green+Blue) = 128+221+191=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDBF is #7F2240. Grayscale: #BDBDBD. Windows color (decimal): -8331841 or 12574080. OLE color: 12574080.
HSL color Cylindrical-coordinate representation of color #80DDBF: hue angle of 160.65º 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 #80DDBF is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 191 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.13 |
| HSL | 160.65º | 0.58% | 0.68% | - |
| HSV(B) | 160.65º | 0.42% | 0.87% | - |
| XYZ | 44.16 | 60.06 | 58.56 | - |
| YUV | 189.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 191 | 0.42 | 0 | 0.14 | 0.13 | 160.65 | 0.58 | 0.68 |
| Hex | 80 | DD | BF | 2A | 0 | E | D | A1 | 3A | 44 |
| Octal | 200 | 335 | 277 | 52 | 0 | 16 | 15 | 241 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10111111 | 101010 | 0 | 1110 | 1101 | 10100001 | 111010 | 1000100 |
Color Harmonies of #80DDBF
Complementary color
Monochromatic Colors of #80DDBF
Black with #80DDBF
Text Example
Text Example
White with #80DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDBF; }
p { color: rgb(128,221,191); }
H1.HeaderClassName
{
color: #80DDBF;
}
.AnyTagClassName
{
color: #80DDBF;
}
</style>
background-color css
<style>
a { background-color: #80DDBF; }
a { background-color: rgb(128,221,191); }
div.DivClassName
{
background-color: #80DDBF;
}
.BgClassName
{
background-color: #80DDBF;
}
</style>
border-color css
<style>
span { border-color: #80DDBF; }
span { border-color: rgb(128,221,191); }
td.TdClassName
{
border-color: #80DDBF;
}
.TagClassName
{
border-color: #80DDBF;
}
</style>