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