Shades of Bermuda #81DFBE
Tints of Bermuda #81DFBE
RGB
CMYK
RGB Variations
Color information
#81DFBE (or 0x81DFBE) is known color: Bermuda. HEX triplet: 81, DF and BE. RGB value is (129,223,190). Sum of RGB (Red+Green+Blue) = 129+223+190=542 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.80% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DFBE is #7E2041. Grayscale: #BFBFBF. Windows color (decimal): -8265794 or 12509057. OLE color: 12509057.
HSL color Cylindrical-coordinate representation of color #81DFBE: hue angle of 158.94º 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 #81DFBE is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 190 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.13 |
| HSL | 158.94º | 0.59% | 0.69% | - |
| HSV(B) | 158.94º | 0.42% | 0.87% | - |
| XYZ | 44.74 | 61.16 | 58.16 | - |
| YUV | 191.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 190 | 0.42 | 0 | 0.15 | 0.13 | 158.94 | 0.59 | 0.69 |
| Hex | 81 | DF | BE | 2A | 0 | F | D | 9F | 3B | 45 |
| Octal | 201 | 337 | 276 | 52 | 0 | 17 | 15 | 237 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10111110 | 101010 | 0 | 1111 | 1101 | 10011111 | 111011 | 1000101 |
Color Harmonies of #81DFBE
Complementary color
Monochromatic Colors of #81DFBE
Black with #81DFBE
Text Example
Text Example
White with #81DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFBE; }
p { color: rgb(129,223,190); }
H1.HeaderClassName
{
color: #81DFBE;
}
.AnyTagClassName
{
color: #81DFBE;
}
</style>
background-color css
<style>
a { background-color: #81DFBE; }
a { background-color: rgb(129,223,190); }
div.DivClassName
{
background-color: #81DFBE;
}
.BgClassName
{
background-color: #81DFBE;
}
</style>
border-color css
<style>
span { border-color: #81DFBE; }
span { border-color: rgb(129,223,190); }
td.TdClassName
{
border-color: #81DFBE;
}
.TagClassName
{
border-color: #81DFBE;
}
</style>