Shades of Bermuda #81D7BD
Tints of Bermuda #81D7BD
RGB
CMYK
RGB Variations
Color information
#81D7BD (or 0x81D7BD) is known color: Bermuda. HEX triplet: 81, D7 and BD. RGB value is (129,215,189). Sum of RGB (Red+Green+Blue) = 129+215+189=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #81D7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D7BD is #7E2842. Grayscale: #BABABA. Windows color (decimal): -8267843 or 12441473. OLE color: 12441473.
HSL color Cylindrical-coordinate representation of color #81D7BD: hue angle of 161.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D7BD is Cyan = 0.4, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 189 | - |
| CMYK | 0.4 | 0 | 0.12 | 0.16 |
| HSL | 161.86º | 0.52% | 0.67% | - |
| HSV(B) | 161.86º | 0.4% | 0.84% | - |
| XYZ | 42.54 | 56.94 | 56.89 | - |
| YUV | 186.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 189 | 0.4 | 0 | 0.12 | 0.16 | 161.86 | 0.52 | 0.67 |
| Hex | 81 | D7 | BD | 28 | 0 | C | 10 | A2 | 34 | 43 |
| Octal | 201 | 327 | 275 | 50 | 0 | 14 | 20 | 242 | 64 | 103 |
| Binary | 10000001 | 11010111 | 10111101 | 101000 | 0 | 1100 | 10000 | 10100010 | 110100 | 1000011 |
Color Harmonies of #81D7BD
Complementary color
Monochromatic Colors of #81D7BD
Black with #81D7BD
Text Example
Text Example
White with #81D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D7BD; }
p { color: rgb(129,215,189); }
H1.HeaderClassName
{
color: #81D7BD;
}
.AnyTagClassName
{
color: #81D7BD;
}
</style>
background-color css
<style>
a { background-color: #81D7BD; }
a { background-color: rgb(129,215,189); }
div.DivClassName
{
background-color: #81D7BD;
}
.BgClassName
{
background-color: #81D7BD;
}
</style>
border-color css
<style>
span { border-color: #81D7BD; }
span { border-color: rgb(129,215,189); }
td.TdClassName
{
border-color: #81D7BD;
}
.TagClassName
{
border-color: #81D7BD;
}
</style>