Shades of Summer Green #86CCA1
Tints of Summer Green #86CCA1
RGB
CMYK
RGB Variations
Color information
#86CCA1 (or 0x86CCA1) is known color: Summer Green. HEX triplet: 86, CC and A1. RGB value is (134,204,161). Sum of RGB (Red+Green+Blue) = 134+204+161=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #86CCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CCA1 is #79335E. Grayscale: #B2B2B2. Windows color (decimal): -7943007 or 10603654. OLE color: 10603654.
HSL color Cylindrical-coordinate representation of color #86CCA1: hue angle of 143.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CCA1 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 161 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.2 |
| HSL | 143.14º | 0.41% | 0.66% | - |
| HSV(B) | 143.14º | 0.34% | 0.8% | - |
| XYZ | 37.86 | 50.83 | 41.53 | - |
| YUV | 178.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 161 | 0.34 | 0 | 0.21 | 0.2 | 143.14 | 0.41 | 0.66 |
| Hex | 86 | CC | A1 | 22 | 0 | 15 | 14 | 8F | 29 | 42 |
| Octal | 206 | 314 | 241 | 42 | 0 | 25 | 24 | 217 | 51 | 102 |
| Binary | 10000110 | 11001100 | 10100001 | 100010 | 0 | 10101 | 10100 | 10001111 | 101001 | 1000010 |
Color Harmonies of #86CCA1
Complementary color
Monochromatic Colors of #86CCA1
Black with #86CCA1
Text Example
Text Example
White with #86CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCA1; }
p { color: rgb(134,204,161); }
H1.HeaderClassName
{
color: #86CCA1;
}
.AnyTagClassName
{
color: #86CCA1;
}
</style>
background-color css
<style>
a { background-color: #86CCA1; }
a { background-color: rgb(134,204,161); }
div.DivClassName
{
background-color: #86CCA1;
}
.BgClassName
{
background-color: #86CCA1;
}
</style>
border-color css
<style>
span { border-color: #86CCA1; }
span { border-color: rgb(134,204,161); }
td.TdClassName
{
border-color: #86CCA1;
}
.TagClassName
{
border-color: #86CCA1;
}
</style>