Shades of Bermuda #81E6B9
Tints of Bermuda #81E6B9
RGB
CMYK
RGB Variations
Color information
#81E6B9 (or 0x81E6B9) is known color: Bermuda. HEX triplet: 81, E6 and B9. RGB value is (129,230,185). Sum of RGB (Red+Green+Blue) = 129+230+185=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6B9 is #7E1946. Grayscale: #C2C2C2. Windows color (decimal): -8264007 or 12183169. OLE color: 12183169.
HSL color Cylindrical-coordinate representation of color #81E6B9: hue angle of 153.27º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E6B9 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 230 | 185 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.10 |
| HSL | 153.27º | 0.67% | 0.7% | - |
| HSV(B) | 153.27º | 0.44% | 0.9% | - |
| XYZ | 46.11 | 64.76 | 55.97 | - |
| YUV | 194.67 | 122.54 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 230 | 185 | 0.44 | 0 | 0.20 | 0.10 | 153.27 | 0.67 | 0.7 |
| Hex | 81 | E6 | B9 | 2C | 0 | 14 | A | 99 | 43 | 46 |
| Octal | 201 | 346 | 271 | 54 | 0 | 24 | 12 | 231 | 103 | 106 |
| Binary | 10000001 | 11100110 | 10111001 | 101100 | 0 | 10100 | 1010 | 10011001 | 1000011 | 1000110 |
Color Harmonies of #81E6B9
Complementary color
Monochromatic Colors of #81E6B9
Black with #81E6B9
Text Example
Text Example
White with #81E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E6B9; }
p { color: rgb(129,230,185); }
H1.HeaderClassName
{
color: #81E6B9;
}
.AnyTagClassName
{
color: #81E6B9;
}
</style>
background-color css
<style>
a { background-color: #81E6B9; }
a { background-color: rgb(129,230,185); }
div.DivClassName
{
background-color: #81E6B9;
}
.BgClassName
{
background-color: #81E6B9;
}
</style>
border-color css
<style>
span { border-color: #81E6B9; }
span { border-color: rgb(129,230,185); }
td.TdClassName
{
border-color: #81E6B9;
}
.TagClassName
{
border-color: #81E6B9;
}
</style>