Shades of Bermuda #86D6BB
Tints of Bermuda #86D6BB
RGB
CMYK
RGB Variations
Color information
#86D6BB (or 0x86D6BB) is known color: Bermuda. HEX triplet: 86, D6 and BB. RGB value is (134,214,187). Sum of RGB (Red+Green+Blue) = 134+214+187=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6BB is #792944. Grayscale: #BBBBBB. Windows color (decimal): -7940421 or 12310150. OLE color: 12310150.
HSL color Cylindrical-coordinate representation of color #86D6BB: hue angle of 159.75º degrees, saturation: 0.49, 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 #86D6BB is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 187 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.16 |
| HSL | 159.75º | 0.49% | 0.68% | - |
| HSV(B) | 159.75º | 0.37% | 0.84% | - |
| XYZ | 42.85 | 56.75 | 55.71 | - |
| YUV | 187 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 187 | 0.37 | 0 | 0.13 | 0.16 | 159.75 | 0.49 | 0.68 |
| Hex | 86 | D6 | BB | 25 | 0 | D | 10 | A0 | 31 | 44 |
| Octal | 206 | 326 | 273 | 45 | 0 | 15 | 20 | 240 | 61 | 104 |
| Binary | 10000110 | 11010110 | 10111011 | 100101 | 0 | 1101 | 10000 | 10100000 | 110001 | 1000100 |
Color Harmonies of #86D6BB
Complementary color
Monochromatic Colors of #86D6BB
Black with #86D6BB
Text Example
Text Example
White with #86D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D6BB; }
p { color: rgb(134,214,187); }
H1.HeaderClassName
{
color: #86D6BB;
}
.AnyTagClassName
{
color: #86D6BB;
}
</style>
background-color css
<style>
a { background-color: #86D6BB; }
a { background-color: rgb(134,214,187); }
div.DivClassName
{
background-color: #86D6BB;
}
.BgClassName
{
background-color: #86D6BB;
}
</style>
border-color css
<style>
span { border-color: #86D6BB; }
span { border-color: rgb(134,214,187); }
td.TdClassName
{
border-color: #86D6BB;
}
.TagClassName
{
border-color: #86D6BB;
}
</style>