Shades of Bermuda #86D7C0
Tints of Bermuda #86D7C0
RGB
CMYK
RGB Variations
Color information
#86D7C0 (or 0x86D7C0) is known color: Bermuda. HEX triplet: 86, D7 and C0. RGB value is (134,215,192). Sum of RGB (Red+Green+Blue) = 134+215+192=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #86D7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D7C0 is #79283F. Grayscale: #BCBCBC. Windows color (decimal): -7940160 or 12638086. OLE color: 12638086.
HSL color Cylindrical-coordinate representation of color #86D7C0: hue angle of 162.96º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D7C0 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 192 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.16 |
| HSL | 162.96º | 0.5% | 0.68% | - |
| HSV(B) | 162.96º | 0.38% | 0.84% | - |
| XYZ | 43.65 | 57.47 | 58.66 | - |
| YUV | 188.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 192 | 0.38 | 0 | 0.11 | 0.16 | 162.96 | 0.5 | 0.68 |
| Hex | 86 | D7 | C0 | 26 | 0 | B | 10 | A3 | 32 | 44 |
| Octal | 206 | 327 | 300 | 46 | 0 | 13 | 20 | 243 | 62 | 104 |
| Binary | 10000110 | 11010111 | 11000000 | 100110 | 0 | 1011 | 10000 | 10100011 | 110010 | 1000100 |
Color Harmonies of #86D7C0
Complementary color
Monochromatic Colors of #86D7C0
Black with #86D7C0
Text Example
Text Example
White with #86D7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D7C0; }
p { color: rgb(134,215,192); }
H1.HeaderClassName
{
color: #86D7C0;
}
.AnyTagClassName
{
color: #86D7C0;
}
</style>
background-color css
<style>
a { background-color: #86D7C0; }
a { background-color: rgb(134,215,192); }
div.DivClassName
{
background-color: #86D7C0;
}
.BgClassName
{
background-color: #86D7C0;
}
</style>
border-color css
<style>
span { border-color: #86D7C0; }
span { border-color: rgb(134,215,192); }
td.TdClassName
{
border-color: #86D7C0;
}
.TagClassName
{
border-color: #86D7C0;
}
</style>