Shades of Bermuda #81D9BD
Tints of Bermuda #81D9BD
RGB
CMYK
RGB Variations
Color information
#81D9BD (or 0x81D9BD) is known color: Bermuda. HEX triplet: 81, D9 and BD. RGB value is (129,217,189). Sum of RGB (Red+Green+Blue) = 129+217+189=535 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.11% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D9BD is #7E2642. Grayscale: #BBBBBB. Windows color (decimal): -8267331 or 12441985. OLE color: 12441985.
HSL color Cylindrical-coordinate representation of color #81D9BD: hue angle of 160.91º degrees, saturation: 0.54, 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 #81D9BD is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 189 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.15 |
| HSL | 160.91º | 0.54% | 0.68% | - |
| HSV(B) | 160.91º | 0.41% | 0.85% | - |
| XYZ | 43.05 | 57.97 | 57.06 | - |
| YUV | 187.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 189 | 0.41 | 0 | 0.13 | 0.15 | 160.91 | 0.54 | 0.68 |
| Hex | 81 | D9 | BD | 29 | 0 | D | F | A1 | 36 | 44 |
| Octal | 201 | 331 | 275 | 51 | 0 | 15 | 17 | 241 | 66 | 104 |
| Binary | 10000001 | 11011001 | 10111101 | 101001 | 0 | 1101 | 1111 | 10100001 | 110110 | 1000100 |
Color Harmonies of #81D9BD
Complementary color
Monochromatic Colors of #81D9BD
Black with #81D9BD
Text Example
Text Example
White with #81D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D9BD; }
p { color: rgb(129,217,189); }
H1.HeaderClassName
{
color: #81D9BD;
}
.AnyTagClassName
{
color: #81D9BD;
}
</style>
background-color css
<style>
a { background-color: #81D9BD; }
a { background-color: rgb(129,217,189); }
div.DivClassName
{
background-color: #81D9BD;
}
.BgClassName
{
background-color: #81D9BD;
}
</style>
border-color css
<style>
span { border-color: #81D9BD; }
span { border-color: rgb(129,217,189); }
td.TdClassName
{
border-color: #81D9BD;
}
.TagClassName
{
border-color: #81D9BD;
}
</style>