Shades of Bermuda #86D2B6
Tints of Bermuda #86D2B6
RGB
CMYK
RGB Variations
Color information
#86D2B6 (or 0x86D2B6) is known color: Bermuda. HEX triplet: 86, D2 and B6. RGB value is (134,210,182). Sum of RGB (Red+Green+Blue) = 134+210+182=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #86D2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D2B6 is #792D49. Grayscale: #B8B8B8. Windows color (decimal): -7941450 or 11981446. OLE color: 11981446.
HSL color Cylindrical-coordinate representation of color #86D2B6: hue angle of 157.89º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D2B6 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 182 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.18 |
| HSL | 157.89º | 0.46% | 0.67% | - |
| HSV(B) | 157.89º | 0.36% | 0.82% | - |
| XYZ | 41.32 | 54.54 | 52.61 | - |
| YUV | 184.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 182 | 0.36 | 0 | 0.13 | 0.18 | 157.89 | 0.46 | 0.67 |
| Hex | 86 | D2 | B6 | 24 | 0 | D | 12 | 9E | 2E | 43 |
| Octal | 206 | 322 | 266 | 44 | 0 | 15 | 22 | 236 | 56 | 103 |
| Binary | 10000110 | 11010010 | 10110110 | 100100 | 0 | 1101 | 10010 | 10011110 | 101110 | 1000011 |
Color Harmonies of #86D2B6
Complementary color
Monochromatic Colors of #86D2B6
Black with #86D2B6
Text Example
Text Example
White with #86D2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D2B6; }
p { color: rgb(134,210,182); }
H1.HeaderClassName
{
color: #86D2B6;
}
.AnyTagClassName
{
color: #86D2B6;
}
</style>
background-color css
<style>
a { background-color: #86D2B6; }
a { background-color: rgb(134,210,182); }
div.DivClassName
{
background-color: #86D2B6;
}
.BgClassName
{
background-color: #86D2B6;
}
</style>
border-color css
<style>
span { border-color: #86D2B6; }
span { border-color: rgb(134,210,182); }
td.TdClassName
{
border-color: #86D2B6;
}
.TagClassName
{
border-color: #86D2B6;
}
</style>