Shades of Bermuda #86CAC0
Tints of Bermuda #86CAC0
RGB
CMYK
RGB Variations
Color information
#86CAC0 (or 0x86CAC0) is known color: Bermuda. HEX triplet: 86, CA and C0. RGB value is (134,202,192). Sum of RGB (Red+Green+Blue) = 134+202+192=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #86CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CAC0 is #79353F. Grayscale: #B4B4B4. Windows color (decimal): -7943488 or 12634758. OLE color: 12634758.
HSL color Cylindrical-coordinate representation of color #86CAC0: hue angle of 171.18º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CAC0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 192 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.21 |
| HSL | 171.18º | 0.39% | 0.66% | - |
| HSV(B) | 171.18º | 0.34% | 0.79% | - |
| XYZ | 40.47 | 51.12 | 57.6 | - |
| YUV | 180.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 192 | 0.34 | 0 | 0.05 | 0.21 | 171.18 | 0.39 | 0.66 |
| Hex | 86 | CA | C0 | 22 | 0 | 5 | 15 | AB | 27 | 42 |
| Octal | 206 | 312 | 300 | 42 | 0 | 5 | 25 | 253 | 47 | 102 |
| Binary | 10000110 | 11001010 | 11000000 | 100010 | 0 | 101 | 10101 | 10101011 | 100111 | 1000010 |
Color Harmonies of #86CAC0
Complementary color
Monochromatic Colors of #86CAC0
Black with #86CAC0
Text Example
Text Example
White with #86CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CAC0; }
p { color: rgb(134,202,192); }
H1.HeaderClassName
{
color: #86CAC0;
}
.AnyTagClassName
{
color: #86CAC0;
}
</style>
background-color css
<style>
a { background-color: #86CAC0; }
a { background-color: rgb(134,202,192); }
div.DivClassName
{
background-color: #86CAC0;
}
.BgClassName
{
background-color: #86CAC0;
}
</style>
border-color css
<style>
span { border-color: #86CAC0; }
span { border-color: rgb(134,202,192); }
td.TdClassName
{
border-color: #86CAC0;
}
.TagClassName
{
border-color: #86CAC0;
}
</style>