Shades of Bermuda #86D3C0
Tints of Bermuda #86D3C0
RGB
CMYK
RGB Variations
Color information
#86D3C0 (or 0x86D3C0) is known color: Bermuda. HEX triplet: 86, D3 and C0. RGB value is (134,211,192). Sum of RGB (Red+Green+Blue) = 134+211+192=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #86D3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D3C0 is #792C3F. Grayscale: #B9B9B9. Windows color (decimal): -7941184 or 12637062. OLE color: 12637062.
HSL color Cylindrical-coordinate representation of color #86D3C0: hue angle of 165.19º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D3C0 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 192 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.17 |
| HSL | 165.19º | 0.47% | 0.68% | - |
| HSV(B) | 165.19º | 0.36% | 0.83% | - |
| XYZ | 42.64 | 55.46 | 58.33 | - |
| YUV | 185.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 192 | 0.36 | 0 | 0.09 | 0.17 | 165.19 | 0.47 | 0.68 |
| Hex | 86 | D3 | C0 | 24 | 0 | 9 | 11 | A5 | 2F | 44 |
| Octal | 206 | 323 | 300 | 44 | 0 | 11 | 21 | 245 | 57 | 104 |
| Binary | 10000110 | 11010011 | 11000000 | 100100 | 0 | 1001 | 10001 | 10100101 | 101111 | 1000100 |
Color Harmonies of #86D3C0
Complementary color
Monochromatic Colors of #86D3C0
Black with #86D3C0
Text Example
Text Example
White with #86D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D3C0; }
p { color: rgb(134,211,192); }
H1.HeaderClassName
{
color: #86D3C0;
}
.AnyTagClassName
{
color: #86D3C0;
}
</style>
background-color css
<style>
a { background-color: #86D3C0; }
a { background-color: rgb(134,211,192); }
div.DivClassName
{
background-color: #86D3C0;
}
.BgClassName
{
background-color: #86D3C0;
}
</style>
border-color css
<style>
span { border-color: #86D3C0; }
span { border-color: rgb(134,211,192); }
td.TdClassName
{
border-color: #86D3C0;
}
.TagClassName
{
border-color: #86D3C0;
}
</style>