Shades of Bermuda #81D1BD
Tints of Bermuda #81D1BD
RGB
CMYK
RGB Variations
Color information
#81D1BD (or 0x81D1BD) is known color: Bermuda. HEX triplet: 81, D1 and BD. RGB value is (129,209,189). Sum of RGB (Red+Green+Blue) = 129+209+189=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #81D1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D1BD is #7E2E42. Grayscale: #B6B6B6. Windows color (decimal): -8269379 or 12439937. OLE color: 12439937.
HSL color Cylindrical-coordinate representation of color #81D1BD: hue angle of 165º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81D1BD is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 209 | 189 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.18 |
| HSL | 165º | 0.47% | 0.66% | - |
| HSV(B) | 165º | 0.38% | 0.82% | - |
| XYZ | 41.04 | 53.94 | 56.39 | - |
| YUV | 182.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 209 | 189 | 0.38 | 0 | 0.10 | 0.18 | 165 | 0.47 | 0.66 |
| Hex | 81 | D1 | BD | 26 | 0 | A | 12 | A5 | 2F | 42 |
| Octal | 201 | 321 | 275 | 46 | 0 | 12 | 22 | 245 | 57 | 102 |
| Binary | 10000001 | 11010001 | 10111101 | 100110 | 0 | 1010 | 10010 | 10100101 | 101111 | 1000010 |
Color Harmonies of #81D1BD
Complementary color
Monochromatic Colors of #81D1BD
Black with #81D1BD
Text Example
Text Example
White with #81D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D1BD; }
p { color: rgb(129,209,189); }
H1.HeaderClassName
{
color: #81D1BD;
}
.AnyTagClassName
{
color: #81D1BD;
}
</style>
background-color css
<style>
a { background-color: #81D1BD; }
a { background-color: rgb(129,209,189); }
div.DivClassName
{
background-color: #81D1BD;
}
.BgClassName
{
background-color: #81D1BD;
}
</style>
border-color css
<style>
span { border-color: #81D1BD; }
span { border-color: rgb(129,209,189); }
td.TdClassName
{
border-color: #81D1BD;
}
.TagClassName
{
border-color: #81D1BD;
}
</style>