Shades of Bermuda #81DFBC
Tints of Bermuda #81DFBC
RGB
CMYK
RGB Variations
Color information
#81DFBC (or 0x81DFBC) is known color: Bermuda. HEX triplet: 81, DF and BC. RGB value is (129,223,188). Sum of RGB (Red+Green+Blue) = 129+223+188=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DFBC is #7E2043. Grayscale: #BEBEBE. Windows color (decimal): -8265796 or 12377985. OLE color: 12377985.
HSL color Cylindrical-coordinate representation of color #81DFBC: hue angle of 157.66º degrees, saturation: 0.59, 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 #81DFBC is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 188 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.13 |
| HSL | 157.66º | 0.59% | 0.69% | - |
| HSV(B) | 157.66º | 0.42% | 0.87% | - |
| XYZ | 44.52 | 61.07 | 57.02 | - |
| YUV | 190.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 188 | 0.42 | 0 | 0.16 | 0.13 | 157.66 | 0.59 | 0.69 |
| Hex | 81 | DF | BC | 2A | 0 | 10 | D | 9E | 3B | 45 |
| Octal | 201 | 337 | 274 | 52 | 0 | 20 | 15 | 236 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10111100 | 101010 | 0 | 10000 | 1101 | 10011110 | 111011 | 1000101 |
Color Harmonies of #81DFBC
Complementary color
Monochromatic Colors of #81DFBC
Black with #81DFBC
Text Example
Text Example
White with #81DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFBC; }
p { color: rgb(129,223,188); }
H1.HeaderClassName
{
color: #81DFBC;
}
.AnyTagClassName
{
color: #81DFBC;
}
</style>
background-color css
<style>
a { background-color: #81DFBC; }
a { background-color: rgb(129,223,188); }
div.DivClassName
{
background-color: #81DFBC;
}
.BgClassName
{
background-color: #81DFBC;
}
</style>
border-color css
<style>
span { border-color: #81DFBC; }
span { border-color: rgb(129,223,188); }
td.TdClassName
{
border-color: #81DFBC;
}
.TagClassName
{
border-color: #81DFBC;
}
</style>