Shades of Bermuda #86DCBD
Tints of Bermuda #86DCBD
RGB
CMYK
RGB Variations
Color information
#86DCBD (or 0x86DCBD) is known color: Bermuda. HEX triplet: 86, DC and BD. RGB value is (134,220,189). Sum of RGB (Red+Green+Blue) = 134+220+189=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCBD is #792342. Grayscale: #BEBEBE. Windows color (decimal): -7938883 or 12442758. OLE color: 12442758.
HSL color Cylindrical-coordinate representation of color #86DCBD: hue angle of 158.37º 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 #86DCBD is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 189 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.14 |
| HSL | 158.37º | 0.55% | 0.69% | - |
| HSV(B) | 158.37º | 0.39% | 0.86% | - |
| XYZ | 44.61 | 59.93 | 57.36 | - |
| YUV | 190.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 189 | 0.39 | 0 | 0.14 | 0.14 | 158.37 | 0.55 | 0.69 |
| Hex | 86 | DC | BD | 27 | 0 | E | E | 9E | 37 | 45 |
| Octal | 206 | 334 | 275 | 47 | 0 | 16 | 16 | 236 | 67 | 105 |
| Binary | 10000110 | 11011100 | 10111101 | 100111 | 0 | 1110 | 1110 | 10011110 | 110111 | 1000101 |
Color Harmonies of #86DCBD
Complementary color
Monochromatic Colors of #86DCBD
Black with #86DCBD
Text Example
Text Example
White with #86DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCBD; }
p { color: rgb(134,220,189); }
H1.HeaderClassName
{
color: #86DCBD;
}
.AnyTagClassName
{
color: #86DCBD;
}
</style>
background-color css
<style>
a { background-color: #86DCBD; }
a { background-color: rgb(134,220,189); }
div.DivClassName
{
background-color: #86DCBD;
}
.BgClassName
{
background-color: #86DCBD;
}
</style>
border-color css
<style>
span { border-color: #86DCBD; }
span { border-color: rgb(134,220,189); }
td.TdClassName
{
border-color: #86DCBD;
}
.TagClassName
{
border-color: #86DCBD;
}
</style>