Shades of Bermuda #86D3C6
Tints of Bermuda #86D3C6
RGB
CMYK
RGB Variations
Color information
#86D3C6 (or 0x86D3C6) is known color: Bermuda. HEX triplet: 86, D3 and C6. RGB value is (134,211,198). Sum of RGB (Red+Green+Blue) = 134+211+198=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #86D3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D3C6 is #792C39. Grayscale: #BABABA. Windows color (decimal): -7941178 or 13030278. OLE color: 13030278.
HSL color Cylindrical-coordinate representation of color #86D3C6: hue angle of 169.87º 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 #86D3C6 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 198 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.17 |
| HSL | 169.87º | 0.47% | 0.68% | - |
| HSV(B) | 169.87º | 0.36% | 0.83% | - |
| XYZ | 43.32 | 55.73 | 61.9 | - |
| YUV | 186.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 198 | 0.36 | 0 | 0.06 | 0.17 | 169.87 | 0.47 | 0.68 |
| Hex | 86 | D3 | C6 | 24 | 0 | 6 | 11 | AA | 2F | 44 |
| Octal | 206 | 323 | 306 | 44 | 0 | 6 | 21 | 252 | 57 | 104 |
| Binary | 10000110 | 11010011 | 11000110 | 100100 | 0 | 110 | 10001 | 10101010 | 101111 | 1000100 |
Color Harmonies of #86D3C6
Complementary color
Monochromatic Colors of #86D3C6
Black with #86D3C6
Text Example
Text Example
White with #86D3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D3C6; }
p { color: rgb(134,211,198); }
H1.HeaderClassName
{
color: #86D3C6;
}
.AnyTagClassName
{
color: #86D3C6;
}
</style>
background-color css
<style>
a { background-color: #86D3C6; }
a { background-color: rgb(134,211,198); }
div.DivClassName
{
background-color: #86D3C6;
}
.BgClassName
{
background-color: #86D3C6;
}
</style>
border-color css
<style>
span { border-color: #86D3C6; }
span { border-color: rgb(134,211,198); }
td.TdClassName
{
border-color: #86D3C6;
}
.TagClassName
{
border-color: #86D3C6;
}
</style>