Shades of Bermuda #86DDBC
Tints of Bermuda #86DDBC
RGB
CMYK
RGB Variations
Color information
#86DDBC (or 0x86DDBC) is known color: Bermuda. HEX triplet: 86, DD and BC. RGB value is (134,221,188). Sum of RGB (Red+Green+Blue) = 134+221+188=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDBC is #792243. Grayscale: #BFBFBF. Windows color (decimal): -7938628 or 12377478. OLE color: 12377478.
HSL color Cylindrical-coordinate representation of color #86DDBC: hue angle of 157.24º 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 #86DDBC is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 188 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.13 |
| HSL | 157.24º | 0.56% | 0.7% | - |
| HSV(B) | 157.24º | 0.39% | 0.87% | - |
| XYZ | 44.77 | 60.41 | 56.88 | - |
| YUV | 191.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 188 | 0.39 | 0 | 0.15 | 0.13 | 157.24 | 0.56 | 0.7 |
| Hex | 86 | DD | BC | 27 | 0 | F | D | 9D | 38 | 46 |
| Octal | 206 | 335 | 274 | 47 | 0 | 17 | 15 | 235 | 70 | 106 |
| Binary | 10000110 | 11011101 | 10111100 | 100111 | 0 | 1111 | 1101 | 10011101 | 111000 | 1000110 |
Color Harmonies of #86DDBC
Complementary color
Monochromatic Colors of #86DDBC
Black with #86DDBC
Text Example
Text Example
White with #86DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDBC; }
p { color: rgb(134,221,188); }
H1.HeaderClassName
{
color: #86DDBC;
}
.AnyTagClassName
{
color: #86DDBC;
}
</style>
background-color css
<style>
a { background-color: #86DDBC; }
a { background-color: rgb(134,221,188); }
div.DivClassName
{
background-color: #86DDBC;
}
.BgClassName
{
background-color: #86DDBC;
}
</style>
border-color css
<style>
span { border-color: #86DDBC; }
span { border-color: rgb(134,221,188); }
td.TdClassName
{
border-color: #86DDBC;
}
.TagClassName
{
border-color: #86DDBC;
}
</style>