Shades of Bermuda #86DDBD
Tints of Bermuda #86DDBD
RGB
CMYK
RGB Variations
Color information
#86DDBD (or 0x86DDBD) is known color: Bermuda. HEX triplet: 86, DD and BD. RGB value is (134,221,189). Sum of RGB (Red+Green+Blue) = 134+221+189=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDBD is #792242. Grayscale: #BFBFBF. Windows color (decimal): -7938627 or 12443014. OLE color: 12443014.
HSL color Cylindrical-coordinate representation of color #86DDBD: hue angle of 157.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDBD is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 189 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.13 |
| HSL | 157.93º | 0.56% | 0.7% | - |
| HSV(B) | 157.93º | 0.39% | 0.87% | - |
| XYZ | 44.87 | 60.46 | 57.45 | - |
| YUV | 191.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 189 | 0.39 | 0 | 0.14 | 0.13 | 157.93 | 0.56 | 0.7 |
| Hex | 86 | DD | BD | 27 | 0 | E | D | 9E | 38 | 46 |
| Octal | 206 | 335 | 275 | 47 | 0 | 16 | 15 | 236 | 70 | 106 |
| Binary | 10000110 | 11011101 | 10111101 | 100111 | 0 | 1110 | 1101 | 10011110 | 111000 | 1000110 |
Color Harmonies of #86DDBD
Complementary color
Monochromatic Colors of #86DDBD
Black with #86DDBD
Text Example
Text Example
White with #86DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDBD; }
p { color: rgb(134,221,189); }
H1.HeaderClassName
{
color: #86DDBD;
}
.AnyTagClassName
{
color: #86DDBD;
}
</style>
background-color css
<style>
a { background-color: #86DDBD; }
a { background-color: rgb(134,221,189); }
div.DivClassName
{
background-color: #86DDBD;
}
.BgClassName
{
background-color: #86DDBD;
}
</style>
border-color css
<style>
span { border-color: #86DDBD; }
span { border-color: rgb(134,221,189); }
td.TdClassName
{
border-color: #86DDBD;
}
.TagClassName
{
border-color: #86DDBD;
}
</style>