Shades of Bermuda #86D4BE
Tints of Bermuda #86D4BE
RGB
CMYK
RGB Variations
Color information
#86D4BE (or 0x86D4BE) is known color: Bermuda. HEX triplet: 86, D4 and BE. RGB value is (134,212,190). Sum of RGB (Red+Green+Blue) = 134+212+190=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #86D4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D4BE is #792B41. Grayscale: #BABABA. Windows color (decimal): -7940930 or 12506246. OLE color: 12506246.
HSL color Cylindrical-coordinate representation of color #86D4BE: hue angle of 163.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D4BE is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 212 | 190 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.17 |
| HSL | 163.08º | 0.48% | 0.68% | - |
| HSV(B) | 163.08º | 0.37% | 0.83% | - |
| XYZ | 42.67 | 55.87 | 57.25 | - |
| YUV | 186.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 212 | 190 | 0.37 | 0 | 0.10 | 0.17 | 163.08 | 0.48 | 0.68 |
| Hex | 86 | D4 | BE | 25 | 0 | A | 11 | A3 | 30 | 44 |
| Octal | 206 | 324 | 276 | 45 | 0 | 12 | 21 | 243 | 60 | 104 |
| Binary | 10000110 | 11010100 | 10111110 | 100101 | 0 | 1010 | 10001 | 10100011 | 110000 | 1000100 |
Color Harmonies of #86D4BE
Complementary color
Monochromatic Colors of #86D4BE
Black with #86D4BE
Text Example
Text Example
White with #86D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D4BE; }
p { color: rgb(134,212,190); }
H1.HeaderClassName
{
color: #86D4BE;
}
.AnyTagClassName
{
color: #86D4BE;
}
</style>
background-color css
<style>
a { background-color: #86D4BE; }
a { background-color: rgb(134,212,190); }
div.DivClassName
{
background-color: #86D4BE;
}
.BgClassName
{
background-color: #86D4BE;
}
</style>
border-color css
<style>
span { border-color: #86D4BE; }
span { border-color: rgb(134,212,190); }
td.TdClassName
{
border-color: #86D4BE;
}
.TagClassName
{
border-color: #86D4BE;
}
</style>