Shades of Bermuda #81DDBB
Tints of Bermuda #81DDBB
RGB
CMYK
RGB Variations
Color information
#81DDBB (or 0x81DDBB) is known color: Bermuda. HEX triplet: 81, DD and BB. RGB value is (129,221,187). Sum of RGB (Red+Green+Blue) = 129+221+187=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #81DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DDBB is #7E2244. Grayscale: #BDBDBD. Windows color (decimal): -8266309 or 12311937. OLE color: 12311937.
HSL color Cylindrical-coordinate representation of color #81DDBB: hue angle of 157.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DDBB is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 187 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.13 |
| HSL | 157.83º | 0.58% | 0.69% | - |
| HSV(B) | 157.83º | 0.42% | 0.87% | - |
| XYZ | 43.88 | 59.97 | 56.28 | - |
| YUV | 189.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 187 | 0.42 | 0 | 0.15 | 0.13 | 157.83 | 0.58 | 0.69 |
| Hex | 81 | DD | BB | 2A | 0 | F | D | 9E | 3A | 45 |
| Octal | 201 | 335 | 273 | 52 | 0 | 17 | 15 | 236 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10111011 | 101010 | 0 | 1111 | 1101 | 10011110 | 111010 | 1000101 |
Color Harmonies of #81DDBB
Complementary color
Monochromatic Colors of #81DDBB
Black with #81DDBB
Text Example
Text Example
White with #81DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDBB; }
p { color: rgb(129,221,187); }
H1.HeaderClassName
{
color: #81DDBB;
}
.AnyTagClassName
{
color: #81DDBB;
}
</style>
background-color css
<style>
a { background-color: #81DDBB; }
a { background-color: rgb(129,221,187); }
div.DivClassName
{
background-color: #81DDBB;
}
.BgClassName
{
background-color: #81DDBB;
}
</style>
border-color css
<style>
span { border-color: #81DDBB; }
span { border-color: rgb(129,221,187); }
td.TdClassName
{
border-color: #81DDBB;
}
.TagClassName
{
border-color: #81DDBB;
}
</style>