Shades of Bermuda #86DCBA
Tints of Bermuda #86DCBA
RGB
CMYK
RGB Variations
Color information
#86DCBA (or 0x86DCBA) is known color: Bermuda. HEX triplet: 86, DC and BA. RGB value is (134,220,186). Sum of RGB (Red+Green+Blue) = 134+220+186=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCBA is #792345. Grayscale: #BEBEBE. Windows color (decimal): -7938886 or 12246150. OLE color: 12246150.
HSL color Cylindrical-coordinate representation of color #86DCBA: hue angle of 156.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCBA is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 186 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.14 |
| HSL | 156.28º | 0.55% | 0.69% | - |
| HSV(B) | 156.28º | 0.39% | 0.86% | - |
| XYZ | 44.29 | 59.8 | 55.66 | - |
| YUV | 190.41 | 125.51 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 186 | 0.39 | 0 | 0.15 | 0.14 | 156.28 | 0.55 | 0.69 |
| Hex | 86 | DC | BA | 27 | 0 | F | E | 9C | 37 | 45 |
| Octal | 206 | 334 | 272 | 47 | 0 | 17 | 16 | 234 | 67 | 105 |
| Binary | 10000110 | 11011100 | 10111010 | 100111 | 0 | 1111 | 1110 | 10011100 | 110111 | 1000101 |
Color Harmonies of #86DCBA
Complementary color
Monochromatic Colors of #86DCBA
Black with #86DCBA
Text Example
Text Example
White with #86DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCBA; }
p { color: rgb(134,220,186); }
H1.HeaderClassName
{
color: #86DCBA;
}
.AnyTagClassName
{
color: #86DCBA;
}
</style>
background-color css
<style>
a { background-color: #86DCBA; }
a { background-color: rgb(134,220,186); }
div.DivClassName
{
background-color: #86DCBA;
}
.BgClassName
{
background-color: #86DCBA;
}
</style>
border-color css
<style>
span { border-color: #86DCBA; }
span { border-color: rgb(134,220,186); }
td.TdClassName
{
border-color: #86DCBA;
}
.TagClassName
{
border-color: #86DCBA;
}
</style>