Shades of Summer Green #86CEA0
Tints of Summer Green #86CEA0
RGB
CMYK
RGB Variations
Color information
#86CEA0 (or 0x86CEA0) is known color: Summer Green. HEX triplet: 86, CE and A0. RGB value is (134,206,160). Sum of RGB (Red+Green+Blue) = 134+206+160=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CEA0 is #79315F. Grayscale: #B3B3B3. Windows color (decimal): -7942496 or 10538630. OLE color: 10538630.
HSL color Cylindrical-coordinate representation of color #86CEA0: hue angle of 141.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CEA0 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 160 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.19 |
| HSL | 141.67º | 0.42% | 0.67% | - |
| HSV(B) | 141.67º | 0.35% | 0.81% | - |
| XYZ | 38.25 | 51.75 | 41.23 | - |
| YUV | 179.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 160 | 0.35 | 0 | 0.22 | 0.19 | 141.67 | 0.42 | 0.67 |
| Hex | 86 | CE | A0 | 23 | 0 | 16 | 13 | 8E | 2A | 43 |
| Octal | 206 | 316 | 240 | 43 | 0 | 26 | 23 | 216 | 52 | 103 |
| Binary | 10000110 | 11001110 | 10100000 | 100011 | 0 | 10110 | 10011 | 10001110 | 101010 | 1000011 |
Color Harmonies of #86CEA0
Complementary color
Monochromatic Colors of #86CEA0
Black with #86CEA0
Text Example
Text Example
White with #86CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CEA0; }
p { color: rgb(134,206,160); }
H1.HeaderClassName
{
color: #86CEA0;
}
.AnyTagClassName
{
color: #86CEA0;
}
</style>
background-color css
<style>
a { background-color: #86CEA0; }
a { background-color: rgb(134,206,160); }
div.DivClassName
{
background-color: #86CEA0;
}
.BgClassName
{
background-color: #86CEA0;
}
</style>
border-color css
<style>
span { border-color: #86CEA0; }
span { border-color: rgb(134,206,160); }
td.TdClassName
{
border-color: #86CEA0;
}
.TagClassName
{
border-color: #86CEA0;
}
</style>