Shades of Bermuda #86D0B5
Tints of Bermuda #86D0B5
RGB
CMYK
RGB Variations
Color information
#86D0B5 (or 0x86D0B5) is known color: Bermuda. HEX triplet: 86, D0 and B5. RGB value is (134,208,181). Sum of RGB (Red+Green+Blue) = 134+208+181=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #86D0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D0B5 is #792F4A. Grayscale: #B6B6B6. Windows color (decimal): -7941963 or 11915398. OLE color: 11915398.
HSL color Cylindrical-coordinate representation of color #86D0B5: hue angle of 158.11º degrees, saturation: 0.44, 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 #86D0B5 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 181 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.18 |
| HSL | 158.11º | 0.44% | 0.67% | - |
| HSV(B) | 158.11º | 0.36% | 0.82% | - |
| XYZ | 40.73 | 53.52 | 51.9 | - |
| YUV | 182.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 181 | 0.36 | 0 | 0.13 | 0.18 | 158.11 | 0.44 | 0.67 |
| Hex | 86 | D0 | B5 | 24 | 0 | D | 12 | 9E | 2C | 43 |
| Octal | 206 | 320 | 265 | 44 | 0 | 15 | 22 | 236 | 54 | 103 |
| Binary | 10000110 | 11010000 | 10110101 | 100100 | 0 | 1101 | 10010 | 10011110 | 101100 | 1000011 |
Color Harmonies of #86D0B5
Complementary color
Monochromatic Colors of #86D0B5
Black with #86D0B5
Text Example
Text Example
White with #86D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D0B5; }
p { color: rgb(134,208,181); }
H1.HeaderClassName
{
color: #86D0B5;
}
.AnyTagClassName
{
color: #86D0B5;
}
</style>
background-color css
<style>
a { background-color: #86D0B5; }
a { background-color: rgb(134,208,181); }
div.DivClassName
{
background-color: #86D0B5;
}
.BgClassName
{
background-color: #86D0B5;
}
</style>
border-color css
<style>
span { border-color: #86D0B5; }
span { border-color: rgb(134,208,181); }
td.TdClassName
{
border-color: #86D0B5;
}
.TagClassName
{
border-color: #86D0B5;
}
</style>