Shades of Bermuda #80DABB
Tints of Bermuda #80DABB
RGB
CMYK
RGB Variations
Color information
#80DABB (or 0x80DABB) is known color: Bermuda. HEX triplet: 80, DA and BB. RGB value is (128,218,187). Sum of RGB (Red+Green+Blue) = 128+218+187=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #80DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DABB is #7F2544. Grayscale: #BBBBBB. Windows color (decimal): -8332613 or 12311168. OLE color: 12311168.
HSL color Cylindrical-coordinate representation of color #80DABB: hue angle of 159.33º degrees, saturation: 0.55, 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 #80DABB is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 187 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.15 |
| HSL | 159.33º | 0.55% | 0.68% | - |
| HSV(B) | 159.33º | 0.41% | 0.85% | - |
| XYZ | 42.94 | 58.32 | 56.01 | - |
| YUV | 187.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 187 | 0.41 | 0 | 0.14 | 0.15 | 159.33 | 0.55 | 0.68 |
| Hex | 80 | DA | BB | 29 | 0 | E | F | 9F | 37 | 44 |
| Octal | 200 | 332 | 273 | 51 | 0 | 16 | 17 | 237 | 67 | 104 |
| Binary | 10000000 | 11011010 | 10111011 | 101001 | 0 | 1110 | 1111 | 10011111 | 110111 | 1000100 |
Color Harmonies of #80DABB
Complementary color
Monochromatic Colors of #80DABB
Black with #80DABB
Text Example
Text Example
White with #80DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DABB; }
p { color: rgb(128,218,187); }
H1.HeaderClassName
{
color: #80DABB;
}
.AnyTagClassName
{
color: #80DABB;
}
</style>
background-color css
<style>
a { background-color: #80DABB; }
a { background-color: rgb(128,218,187); }
div.DivClassName
{
background-color: #80DABB;
}
.BgClassName
{
background-color: #80DABB;
}
</style>
border-color css
<style>
span { border-color: #80DABB; }
span { border-color: rgb(128,218,187); }
td.TdClassName
{
border-color: #80DABB;
}
.TagClassName
{
border-color: #80DABB;
}
</style>