Shades of Bermuda #86D1BB
Tints of Bermuda #86D1BB
RGB
CMYK
RGB Variations
Color information
#86D1BB (or 0x86D1BB) is known color: Bermuda. HEX triplet: 86, D1 and BB. RGB value is (134,209,187). Sum of RGB (Red+Green+Blue) = 134+209+187=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #86D1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D1BB is #792E44. Grayscale: #B8B8B8. Windows color (decimal): -7941701 or 12308870. OLE color: 12308870.
HSL color Cylindrical-coordinate representation of color #86D1BB: hue angle of 162.4º 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 #86D1BB is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 187 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.18 |
| HSL | 162.4º | 0.45% | 0.67% | - |
| HSV(B) | 162.4º | 0.36% | 0.82% | - |
| XYZ | 41.6 | 54.26 | 55.29 | - |
| YUV | 184.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 187 | 0.36 | 0 | 0.11 | 0.18 | 162.4 | 0.45 | 0.67 |
| Hex | 86 | D1 | BB | 24 | 0 | B | 12 | A2 | 2D | 43 |
| Octal | 206 | 321 | 273 | 44 | 0 | 13 | 22 | 242 | 55 | 103 |
| Binary | 10000110 | 11010001 | 10111011 | 100100 | 0 | 1011 | 10010 | 10100010 | 101101 | 1000011 |
Color Harmonies of #86D1BB
Complementary color
Monochromatic Colors of #86D1BB
Black with #86D1BB
Text Example
Text Example
White with #86D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D1BB; }
p { color: rgb(134,209,187); }
H1.HeaderClassName
{
color: #86D1BB;
}
.AnyTagClassName
{
color: #86D1BB;
}
</style>
background-color css
<style>
a { background-color: #86D1BB; }
a { background-color: rgb(134,209,187); }
div.DivClassName
{
background-color: #86D1BB;
}
.BgClassName
{
background-color: #86D1BB;
}
</style>
border-color css
<style>
span { border-color: #86D1BB; }
span { border-color: rgb(134,209,187); }
td.TdClassName
{
border-color: #86D1BB;
}
.TagClassName
{
border-color: #86D1BB;
}
</style>