Shades of Bermuda #86D1BE
Tints of Bermuda #86D1BE
RGB
CMYK
RGB Variations
Color information
#86D1BE (or 0x86D1BE) is known color: Bermuda. HEX triplet: 86, D1 and BE. RGB value is (134,209,190). Sum of RGB (Red+Green+Blue) = 134+209+190=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #86D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D1BE is #792E41. Grayscale: #B8B8B8. Windows color (decimal): -7941698 or 12505478. OLE color: 12505478.
HSL color Cylindrical-coordinate representation of color #86D1BE: hue angle of 164.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D1BE is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 190 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.18 |
| HSL | 164.8º | 0.45% | 0.67% | - |
| HSV(B) | 164.8º | 0.36% | 0.82% | - |
| XYZ | 41.93 | 54.39 | 57 | - |
| YUV | 184.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 190 | 0.36 | 0 | 0.09 | 0.18 | 164.8 | 0.45 | 0.67 |
| Hex | 86 | D1 | BE | 24 | 0 | 9 | 12 | A5 | 2D | 43 |
| Octal | 206 | 321 | 276 | 44 | 0 | 11 | 22 | 245 | 55 | 103 |
| Binary | 10000110 | 11010001 | 10111110 | 100100 | 0 | 1001 | 10010 | 10100101 | 101101 | 1000011 |
Color Harmonies of #86D1BE
Complementary color
Monochromatic Colors of #86D1BE
Black with #86D1BE
Text Example
Text Example
White with #86D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D1BE; }
p { color: rgb(134,209,190); }
H1.HeaderClassName
{
color: #86D1BE;
}
.AnyTagClassName
{
color: #86D1BE;
}
</style>
background-color css
<style>
a { background-color: #86D1BE; }
a { background-color: rgb(134,209,190); }
div.DivClassName
{
background-color: #86D1BE;
}
.BgClassName
{
background-color: #86D1BE;
}
</style>
border-color css
<style>
span { border-color: #86D1BE; }
span { border-color: rgb(134,209,190); }
td.TdClassName
{
border-color: #86D1BE;
}
.TagClassName
{
border-color: #86D1BE;
}
</style>