Shades of Bermuda #81DCBC
Tints of Bermuda #81DCBC
RGB
CMYK
RGB Variations
Color information
#81DCBC (or 0x81DCBC) is known color: Bermuda. HEX triplet: 81, DC and BC. RGB value is (129,220,188). Sum of RGB (Red+Green+Blue) = 129+220+188=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DCBC is #7E2343. Grayscale: #BDBDBD. Windows color (decimal): -8266564 or 12377217. OLE color: 12377217.
HSL color Cylindrical-coordinate representation of color #81DCBC: hue angle of 158.9º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DCBC is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 188 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.14 |
| HSL | 158.9º | 0.57% | 0.68% | - |
| HSV(B) | 158.9º | 0.41% | 0.86% | - |
| XYZ | 43.72 | 59.48 | 56.75 | - |
| YUV | 189.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 188 | 0.41 | 0 | 0.15 | 0.14 | 158.9 | 0.57 | 0.68 |
| Hex | 81 | DC | BC | 29 | 0 | F | E | 9F | 39 | 44 |
| Octal | 201 | 334 | 274 | 51 | 0 | 17 | 16 | 237 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10111100 | 101001 | 0 | 1111 | 1110 | 10011111 | 111001 | 1000100 |
Color Harmonies of #81DCBC
Complementary color
Monochromatic Colors of #81DCBC
Black with #81DCBC
Text Example
Text Example
White with #81DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCBC; }
p { color: rgb(129,220,188); }
H1.HeaderClassName
{
color: #81DCBC;
}
.AnyTagClassName
{
color: #81DCBC;
}
</style>
background-color css
<style>
a { background-color: #81DCBC; }
a { background-color: rgb(129,220,188); }
div.DivClassName
{
background-color: #81DCBC;
}
.BgClassName
{
background-color: #81DCBC;
}
</style>
border-color css
<style>
span { border-color: #81DCBC; }
span { border-color: rgb(129,220,188); }
td.TdClassName
{
border-color: #81DCBC;
}
.TagClassName
{
border-color: #81DCBC;
}
</style>