Shades of Bermuda #86D1C8
Tints of Bermuda #86D1C8
RGB
CMYK
RGB Variations
Color information
#86D1C8 (or 0x86D1C8) is known color: Bermuda. HEX triplet: 86, D1 and C8. RGB value is (134,209,200). Sum of RGB (Red+Green+Blue) = 134+209+200=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #86D1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D1C8 is #792E37. Grayscale: #B9B9B9. Windows color (decimal): -7941688 or 13160838. OLE color: 13160838.
HSL color Cylindrical-coordinate representation of color #86D1C8: hue angle of 172.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D1C8 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 200 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.18 |
| HSL | 172.8º | 0.45% | 0.67% | - |
| HSV(B) | 172.8º | 0.36% | 0.82% | - |
| XYZ | 43.06 | 54.84 | 62.96 | - |
| YUV | 185.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 200 | 0.36 | 0 | 0.04 | 0.18 | 172.8 | 0.45 | 0.67 |
| Hex | 86 | D1 | C8 | 24 | 0 | 4 | 12 | AD | 2D | 43 |
| Octal | 206 | 321 | 310 | 44 | 0 | 4 | 22 | 255 | 55 | 103 |
| Binary | 10000110 | 11010001 | 11001000 | 100100 | 0 | 100 | 10010 | 10101101 | 101101 | 1000011 |
Color Harmonies of #86D1C8
Complementary color
Monochromatic Colors of #86D1C8
Black with #86D1C8
Text Example
Text Example
White with #86D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D1C8; }
p { color: rgb(134,209,200); }
H1.HeaderClassName
{
color: #86D1C8;
}
.AnyTagClassName
{
color: #86D1C8;
}
</style>
background-color css
<style>
a { background-color: #86D1C8; }
a { background-color: rgb(134,209,200); }
div.DivClassName
{
background-color: #86D1C8;
}
.BgClassName
{
background-color: #86D1C8;
}
</style>
border-color css
<style>
span { border-color: #86D1C8; }
span { border-color: rgb(134,209,200); }
td.TdClassName
{
border-color: #86D1C8;
}
.TagClassName
{
border-color: #86D1C8;
}
</style>