Shades of Bermuda #86D3BF
Tints of Bermuda #86D3BF
RGB
CMYK
RGB Variations
Color information
#86D3BF (or 0x86D3BF) is known color: Bermuda. HEX triplet: 86, D3 and BF. RGB value is (134,211,191). Sum of RGB (Red+Green+Blue) = 134+211+191=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #86D3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D3BF is #792C40. Grayscale: #B9B9B9. Windows color (decimal): -7941185 or 12571526. OLE color: 12571526.
HSL color Cylindrical-coordinate representation of color #86D3BF: hue angle of 164.42º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D3BF is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 191 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.17 |
| HSL | 164.42º | 0.47% | 0.68% | - |
| HSV(B) | 164.42º | 0.36% | 0.83% | - |
| XYZ | 42.53 | 55.42 | 57.75 | - |
| YUV | 185.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 191 | 0.36 | 0 | 0.09 | 0.17 | 164.42 | 0.47 | 0.68 |
| Hex | 86 | D3 | BF | 24 | 0 | 9 | 11 | A4 | 2F | 44 |
| Octal | 206 | 323 | 277 | 44 | 0 | 11 | 21 | 244 | 57 | 104 |
| Binary | 10000110 | 11010011 | 10111111 | 100100 | 0 | 1001 | 10001 | 10100100 | 101111 | 1000100 |
Color Harmonies of #86D3BF
Complementary color
Monochromatic Colors of #86D3BF
Black with #86D3BF
Text Example
Text Example
White with #86D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D3BF; }
p { color: rgb(134,211,191); }
H1.HeaderClassName
{
color: #86D3BF;
}
.AnyTagClassName
{
color: #86D3BF;
}
</style>
background-color css
<style>
a { background-color: #86D3BF; }
a { background-color: rgb(134,211,191); }
div.DivClassName
{
background-color: #86D3BF;
}
.BgClassName
{
background-color: #86D3BF;
}
</style>
border-color css
<style>
span { border-color: #86D3BF; }
span { border-color: rgb(134,211,191); }
td.TdClassName
{
border-color: #86D3BF;
}
.TagClassName
{
border-color: #86D3BF;
}
</style>