Shades of Bermuda #86D0C2
Tints of Bermuda #86D0C2
RGB
CMYK
RGB Variations
Color information
#86D0C2 (or 0x86D0C2) is known color: Bermuda. HEX triplet: 86, D0 and C2. RGB value is (134,208,194). Sum of RGB (Red+Green+Blue) = 134+208+194=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #86D0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D0C2 is #792F3D. Grayscale: #B8B8B8. Windows color (decimal): -7941950 or 12767366. OLE color: 12767366.
HSL color Cylindrical-coordinate representation of color #86D0C2: hue angle of 168.65º degrees, saturation: 0.44, 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 #86D0C2 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 194 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.18 |
| HSL | 168.65º | 0.44% | 0.67% | - |
| HSV(B) | 168.65º | 0.36% | 0.82% | - |
| XYZ | 42.13 | 54.08 | 59.26 | - |
| YUV | 184.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 194 | 0.36 | 0 | 0.07 | 0.18 | 168.65 | 0.44 | 0.67 |
| Hex | 86 | D0 | C2 | 24 | 0 | 7 | 12 | A9 | 2C | 43 |
| Octal | 206 | 320 | 302 | 44 | 0 | 7 | 22 | 251 | 54 | 103 |
| Binary | 10000110 | 11010000 | 11000010 | 100100 | 0 | 111 | 10010 | 10101001 | 101100 | 1000011 |
Color Harmonies of #86D0C2
Complementary color
Monochromatic Colors of #86D0C2
Black with #86D0C2
Text Example
Text Example
White with #86D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D0C2; }
p { color: rgb(134,208,194); }
H1.HeaderClassName
{
color: #86D0C2;
}
.AnyTagClassName
{
color: #86D0C2;
}
</style>
background-color css
<style>
a { background-color: #86D0C2; }
a { background-color: rgb(134,208,194); }
div.DivClassName
{
background-color: #86D0C2;
}
.BgClassName
{
background-color: #86D0C2;
}
</style>
border-color css
<style>
span { border-color: #86D0C2; }
span { border-color: rgb(134,208,194); }
td.TdClassName
{
border-color: #86D0C2;
}
.TagClassName
{
border-color: #86D0C2;
}
</style>