Shades of Bermuda #86D6B9
Tints of Bermuda #86D6B9
RGB
CMYK
RGB Variations
Color information
#86D6B9 (or 0x86D6B9) is known color: Bermuda. HEX triplet: 86, D6 and B9. RGB value is (134,214,185). Sum of RGB (Red+Green+Blue) = 134+214+185=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6B9 is #792946. Grayscale: #BABABA. Windows color (decimal): -7940423 or 12179078. OLE color: 12179078.
HSL color Cylindrical-coordinate representation of color #86D6B9: hue angle of 158.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D6B9 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 185 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.16 |
| HSL | 158.25º | 0.49% | 0.68% | - |
| HSV(B) | 158.25º | 0.37% | 0.84% | - |
| XYZ | 42.64 | 56.66 | 54.59 | - |
| YUV | 186.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 185 | 0.37 | 0 | 0.14 | 0.16 | 158.25 | 0.49 | 0.68 |
| Hex | 86 | D6 | B9 | 25 | 0 | E | 10 | 9E | 31 | 44 |
| Octal | 206 | 326 | 271 | 45 | 0 | 16 | 20 | 236 | 61 | 104 |
| Binary | 10000110 | 11010110 | 10111001 | 100101 | 0 | 1110 | 10000 | 10011110 | 110001 | 1000100 |
Color Harmonies of #86D6B9
Complementary color
Monochromatic Colors of #86D6B9
Black with #86D6B9
Text Example
Text Example
White with #86D6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D6B9; }
p { color: rgb(134,214,185); }
H1.HeaderClassName
{
color: #86D6B9;
}
.AnyTagClassName
{
color: #86D6B9;
}
</style>
background-color css
<style>
a { background-color: #86D6B9; }
a { background-color: rgb(134,214,185); }
div.DivClassName
{
background-color: #86D6B9;
}
.BgClassName
{
background-color: #86D6B9;
}
</style>
border-color css
<style>
span { border-color: #86D6B9; }
span { border-color: rgb(134,214,185); }
td.TdClassName
{
border-color: #86D6B9;
}
.TagClassName
{
border-color: #86D6B9;
}
</style>