Shades of Bermuda #86D5BE
Tints of Bermuda #86D5BE
RGB
CMYK
RGB Variations
Color information
#86D5BE (or 0x86D5BE) is known color: Bermuda. HEX triplet: 86, D5 and BE. RGB value is (134,213,190). Sum of RGB (Red+Green+Blue) = 134+213+190=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D5BE is #792A41. Grayscale: #BABABA. Windows color (decimal): -7940674 or 12506502. OLE color: 12506502.
HSL color Cylindrical-coordinate representation of color #86D5BE: hue angle of 162.53º degrees, saturation: 0.48, 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 #86D5BE is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 190 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.16 |
| HSL | 162.53º | 0.48% | 0.68% | - |
| HSV(B) | 162.53º | 0.37% | 0.84% | - |
| XYZ | 42.92 | 56.37 | 57.33 | - |
| YUV | 186.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 190 | 0.37 | 0 | 0.11 | 0.16 | 162.53 | 0.48 | 0.68 |
| Hex | 86 | D5 | BE | 25 | 0 | B | 10 | A3 | 30 | 44 |
| Octal | 206 | 325 | 276 | 45 | 0 | 13 | 20 | 243 | 60 | 104 |
| Binary | 10000110 | 11010101 | 10111110 | 100101 | 0 | 1011 | 10000 | 10100011 | 110000 | 1000100 |
Color Harmonies of #86D5BE
Complementary color
Monochromatic Colors of #86D5BE
Black with #86D5BE
Text Example
Text Example
White with #86D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D5BE; }
p { color: rgb(134,213,190); }
H1.HeaderClassName
{
color: #86D5BE;
}
.AnyTagClassName
{
color: #86D5BE;
}
</style>
background-color css
<style>
a { background-color: #86D5BE; }
a { background-color: rgb(134,213,190); }
div.DivClassName
{
background-color: #86D5BE;
}
.BgClassName
{
background-color: #86D5BE;
}
</style>
border-color css
<style>
span { border-color: #86D5BE; }
span { border-color: rgb(134,213,190); }
td.TdClassName
{
border-color: #86D5BE;
}
.TagClassName
{
border-color: #86D5BE;
}
</style>