Shades of Bermuda #81D8B9
Tints of Bermuda #81D8B9
RGB
CMYK
RGB Variations
Color information
#81D8B9 (or 0x81D8B9) is known color: Bermuda. HEX triplet: 81, D8 and B9. RGB value is (129,216,185). Sum of RGB (Red+Green+Blue) = 129+216+185=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #81D8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D8B9 is #7E2746. Grayscale: #BABABA. Windows color (decimal): -8267591 or 12179585. OLE color: 12179585.
HSL color Cylindrical-coordinate representation of color #81D8B9: hue angle of 158.62º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D8B9 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 185 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.15 |
| HSL | 158.62º | 0.53% | 0.68% | - |
| HSV(B) | 158.62º | 0.4% | 0.85% | - |
| XYZ | 42.37 | 57.28 | 54.72 | - |
| YUV | 186.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 185 | 0.40 | 0 | 0.14 | 0.15 | 158.62 | 0.53 | 0.68 |
| Hex | 81 | D8 | B9 | 28 | 0 | E | F | 9F | 35 | 44 |
| Octal | 201 | 330 | 271 | 50 | 0 | 16 | 17 | 237 | 65 | 104 |
| Binary | 10000001 | 11011000 | 10111001 | 101000 | 0 | 1110 | 1111 | 10011111 | 110101 | 1000100 |
Color Harmonies of #81D8B9
Complementary color
Monochromatic Colors of #81D8B9
Black with #81D8B9
Text Example
Text Example
White with #81D8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D8B9; }
p { color: rgb(129,216,185); }
H1.HeaderClassName
{
color: #81D8B9;
}
.AnyTagClassName
{
color: #81D8B9;
}
</style>
background-color css
<style>
a { background-color: #81D8B9; }
a { background-color: rgb(129,216,185); }
div.DivClassName
{
background-color: #81D8B9;
}
.BgClassName
{
background-color: #81D8B9;
}
</style>
border-color css
<style>
span { border-color: #81D8B9; }
span { border-color: rgb(129,216,185); }
td.TdClassName
{
border-color: #81D8B9;
}
.TagClassName
{
border-color: #81D8B9;
}
</style>