Shades of Bermuda #80D9BA
Tints of Bermuda #80D9BA
RGB
CMYK
RGB Variations
Color information
#80D9BA (or 0x80D9BA) is known color: Bermuda. HEX triplet: 80, D9 and BA. RGB value is (128,217,186). Sum of RGB (Red+Green+Blue) = 128+217+186=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #80D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D9BA is #7F2645. Grayscale: #BABABA. Windows color (decimal): -8332870 or 12245376. OLE color: 12245376.
HSL color Cylindrical-coordinate representation of color #80D9BA: hue angle of 159.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D9BA is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 186 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.15 |
| HSL | 159.1º | 0.54% | 0.68% | - |
| HSV(B) | 159.1º | 0.41% | 0.85% | - |
| XYZ | 42.58 | 57.76 | 55.36 | - |
| YUV | 186.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 186 | 0.41 | 0 | 0.14 | 0.15 | 159.1 | 0.54 | 0.68 |
| Hex | 80 | D9 | BA | 29 | 0 | E | F | 9F | 36 | 44 |
| Octal | 200 | 331 | 272 | 51 | 0 | 16 | 17 | 237 | 66 | 104 |
| Binary | 10000000 | 11011001 | 10111010 | 101001 | 0 | 1110 | 1111 | 10011111 | 110110 | 1000100 |
Color Harmonies of #80D9BA
Complementary color
Monochromatic Colors of #80D9BA
Black with #80D9BA
Text Example
Text Example
White with #80D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D9BA; }
p { color: rgb(128,217,186); }
H1.HeaderClassName
{
color: #80D9BA;
}
.AnyTagClassName
{
color: #80D9BA;
}
</style>
background-color css
<style>
a { background-color: #80D9BA; }
a { background-color: rgb(128,217,186); }
div.DivClassName
{
background-color: #80D9BA;
}
.BgClassName
{
background-color: #80D9BA;
}
</style>
border-color css
<style>
span { border-color: #80D9BA; }
span { border-color: rgb(128,217,186); }
td.TdClassName
{
border-color: #80D9BA;
}
.TagClassName
{
border-color: #80D9BA;
}
</style>