Shades of Bermuda #86D3BD
Tints of Bermuda #86D3BD
RGB
CMYK
RGB Variations
Color information
#86D3BD (or 0x86D3BD) is known color: Bermuda. HEX triplet: 86, D3 and BD. RGB value is (134,211,189). Sum of RGB (Red+Green+Blue) = 134+211+189=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #86D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D3BD is #792C42. Grayscale: #B9B9B9. Windows color (decimal): -7941187 or 12440454. OLE color: 12440454.
HSL color Cylindrical-coordinate representation of color #86D3BD: hue angle of 162.86º 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 #86D3BD is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 189 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.17 |
| HSL | 162.86º | 0.47% | 0.68% | - |
| HSV(B) | 162.86º | 0.36% | 0.83% | - |
| XYZ | 42.31 | 55.33 | 56.59 | - |
| YUV | 185.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 189 | 0.36 | 0 | 0.10 | 0.17 | 162.86 | 0.47 | 0.68 |
| Hex | 86 | D3 | BD | 24 | 0 | A | 11 | A3 | 2F | 44 |
| Octal | 206 | 323 | 275 | 44 | 0 | 12 | 21 | 243 | 57 | 104 |
| Binary | 10000110 | 11010011 | 10111101 | 100100 | 0 | 1010 | 10001 | 10100011 | 101111 | 1000100 |
Color Harmonies of #86D3BD
Complementary color
Monochromatic Colors of #86D3BD
Black with #86D3BD
Text Example
Text Example
White with #86D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D3BD; }
p { color: rgb(134,211,189); }
H1.HeaderClassName
{
color: #86D3BD;
}
.AnyTagClassName
{
color: #86D3BD;
}
</style>
background-color css
<style>
a { background-color: #86D3BD; }
a { background-color: rgb(134,211,189); }
div.DivClassName
{
background-color: #86D3BD;
}
.BgClassName
{
background-color: #86D3BD;
}
</style>
border-color css
<style>
span { border-color: #86D3BD; }
span { border-color: rgb(134,211,189); }
td.TdClassName
{
border-color: #86D3BD;
}
.TagClassName
{
border-color: #86D3BD;
}
</style>