Shades of Bermuda #81DFB6
Tints of Bermuda #81DFB6
RGB
CMYK
RGB Variations
Color information
#81DFB6 (or 0x81DFB6) is known color: Bermuda. HEX triplet: 81, DF and B6. RGB value is (129,223,182). Sum of RGB (Red+Green+Blue) = 129+223+182=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81DFB6 is #7E2049. Grayscale: #BEBEBE. Windows color (decimal): -8265802 or 11984769. OLE color: 11984769.
HSL color Cylindrical-coordinate representation of color #81DFB6: hue angle of 153.83º 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 #81DFB6 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 182 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.13 |
| HSL | 153.83º | 0.59% | 0.69% | - |
| HSV(B) | 153.83º | 0.42% | 0.87% | - |
| XYZ | 43.88 | 60.82 | 53.68 | - |
| YUV | 190.22 | 123.36 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 182 | 0.42 | 0 | 0.18 | 0.13 | 153.83 | 0.59 | 0.69 |
| Hex | 81 | DF | B6 | 2A | 0 | 12 | D | 9A | 3B | 45 |
| Octal | 201 | 337 | 266 | 52 | 0 | 22 | 15 | 232 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10110110 | 101010 | 0 | 10010 | 1101 | 10011010 | 111011 | 1000101 |
Color Harmonies of #81DFB6
Complementary color
Monochromatic Colors of #81DFB6
Black with #81DFB6
Text Example
Text Example
White with #81DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFB6; }
p { color: rgb(129,223,182); }
H1.HeaderClassName
{
color: #81DFB6;
}
.AnyTagClassName
{
color: #81DFB6;
}
</style>
background-color css
<style>
a { background-color: #81DFB6; }
a { background-color: rgb(129,223,182); }
div.DivClassName
{
background-color: #81DFB6;
}
.BgClassName
{
background-color: #81DFB6;
}
</style>
border-color css
<style>
span { border-color: #81DFB6; }
span { border-color: rgb(129,223,182); }
td.TdClassName
{
border-color: #81DFB6;
}
.TagClassName
{
border-color: #81DFB6;
}
</style>