Shades of Bermuda #81DFBD
Tints of Bermuda #81DFBD
RGB
CMYK
RGB Variations
Color information
#81DFBD (or 0x81DFBD) is known color: Bermuda. HEX triplet: 81, DF and BD. RGB value is (129,223,189). Sum of RGB (Red+Green+Blue) = 129+223+189=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DFBD is #7E2042. Grayscale: #BFBFBF. Windows color (decimal): -8265795 or 12443521. OLE color: 12443521.
HSL color Cylindrical-coordinate representation of color #81DFBD: hue angle of 158.3º 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 #81DFBD is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 189 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.13 |
| HSL | 158.3º | 0.59% | 0.69% | - |
| HSV(B) | 158.3º | 0.42% | 0.87% | - |
| XYZ | 44.63 | 61.12 | 57.59 | - |
| YUV | 191.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 189 | 0.42 | 0 | 0.15 | 0.13 | 158.3 | 0.59 | 0.69 |
| Hex | 81 | DF | BD | 2A | 0 | F | D | 9E | 3B | 45 |
| Octal | 201 | 337 | 275 | 52 | 0 | 17 | 15 | 236 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10111101 | 101010 | 0 | 1111 | 1101 | 10011110 | 111011 | 1000101 |
Color Harmonies of #81DFBD
Complementary color
Monochromatic Colors of #81DFBD
Black with #81DFBD
Text Example
Text Example
White with #81DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFBD; }
p { color: rgb(129,223,189); }
H1.HeaderClassName
{
color: #81DFBD;
}
.AnyTagClassName
{
color: #81DFBD;
}
</style>
background-color css
<style>
a { background-color: #81DFBD; }
a { background-color: rgb(129,223,189); }
div.DivClassName
{
background-color: #81DFBD;
}
.BgClassName
{
background-color: #81DFBD;
}
</style>
border-color css
<style>
span { border-color: #81DFBD; }
span { border-color: rgb(129,223,189); }
td.TdClassName
{
border-color: #81DFBD;
}
.TagClassName
{
border-color: #81DFBD;
}
</style>