Shades of Bermuda #81DEBC
Tints of Bermuda #81DEBC
RGB
CMYK
RGB Variations
Color information
#81DEBC (or 0x81DEBC) is known color: Bermuda. HEX triplet: 81, DE and BC. RGB value is (129,222,188). Sum of RGB (Red+Green+Blue) = 129+222+188=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #81DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DEBC is #7E2143. Grayscale: #BEBEBE. Windows color (decimal): -8266052 or 12377729. OLE color: 12377729.
HSL color Cylindrical-coordinate representation of color #81DEBC: hue angle of 158.06º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DEBC is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 222 | 188 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.13 |
| HSL | 158.06º | 0.58% | 0.69% | - |
| HSV(B) | 158.06º | 0.42% | 0.87% | - |
| XYZ | 44.25 | 60.54 | 56.93 | - |
| YUV | 190.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 222 | 188 | 0.42 | 0 | 0.15 | 0.13 | 158.06 | 0.58 | 0.69 |
| Hex | 81 | DE | BC | 2A | 0 | F | D | 9E | 3A | 45 |
| Octal | 201 | 336 | 274 | 52 | 0 | 17 | 15 | 236 | 72 | 105 |
| Binary | 10000001 | 11011110 | 10111100 | 101010 | 0 | 1111 | 1101 | 10011110 | 111010 | 1000101 |
Color Harmonies of #81DEBC
Complementary color
Monochromatic Colors of #81DEBC
Black with #81DEBC
Text Example
Text Example
White with #81DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DEBC; }
p { color: rgb(129,222,188); }
H1.HeaderClassName
{
color: #81DEBC;
}
.AnyTagClassName
{
color: #81DEBC;
}
</style>
background-color css
<style>
a { background-color: #81DEBC; }
a { background-color: rgb(129,222,188); }
div.DivClassName
{
background-color: #81DEBC;
}
.BgClassName
{
background-color: #81DEBC;
}
</style>
border-color css
<style>
span { border-color: #81DEBC; }
span { border-color: rgb(129,222,188); }
td.TdClassName
{
border-color: #81DEBC;
}
.TagClassName
{
border-color: #81DEBC;
}
</style>