Shades of Bermuda #81DABC
Tints of Bermuda #81DABC
RGB
CMYK
RGB Variations
Color information
#81DABC (or 0x81DABC) is known color: Bermuda. HEX triplet: 81, DA and BC. RGB value is (129,218,188). Sum of RGB (Red+Green+Blue) = 129+218+188=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #81DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DABC is #7E2543. Grayscale: #BCBCBC. Windows color (decimal): -8267076 or 12376705. OLE color: 12376705.
HSL color Cylindrical-coordinate representation of color #81DABC: hue angle of 159.78º 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 #81DABC is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 188 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.15 |
| HSL | 159.78º | 0.55% | 0.68% | - |
| HSV(B) | 159.78º | 0.41% | 0.85% | - |
| XYZ | 43.2 | 58.44 | 56.58 | - |
| YUV | 187.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 188 | 0.41 | 0 | 0.14 | 0.15 | 159.78 | 0.55 | 0.68 |
| Hex | 81 | DA | BC | 29 | 0 | E | F | A0 | 37 | 44 |
| Octal | 201 | 332 | 274 | 51 | 0 | 16 | 17 | 240 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10111100 | 101001 | 0 | 1110 | 1111 | 10100000 | 110111 | 1000100 |
Color Harmonies of #81DABC
Complementary color
Monochromatic Colors of #81DABC
Black with #81DABC
Text Example
Text Example
White with #81DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DABC; }
p { color: rgb(129,218,188); }
H1.HeaderClassName
{
color: #81DABC;
}
.AnyTagClassName
{
color: #81DABC;
}
</style>
background-color css
<style>
a { background-color: #81DABC; }
a { background-color: rgb(129,218,188); }
div.DivClassName
{
background-color: #81DABC;
}
.BgClassName
{
background-color: #81DABC;
}
</style>
border-color css
<style>
span { border-color: #81DABC; }
span { border-color: rgb(129,218,188); }
td.TdClassName
{
border-color: #81DABC;
}
.TagClassName
{
border-color: #81DABC;
}
</style>