Shades of Summer Green #86CAA4
Tints of Summer Green #86CAA4
RGB
CMYK
RGB Variations
Color information
#86CAA4 (or 0x86CAA4) is known color: Summer Green. HEX triplet: 86, CA and A4. RGB value is (134,202,164). Sum of RGB (Red+Green+Blue) = 134+202+164=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #86CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CAA4 is #79355B. Grayscale: #B1B1B1. Windows color (decimal): -7943516 or 10799750. OLE color: 10799750.
HSL color Cylindrical-coordinate representation of color #86CAA4: hue angle of 146.47º 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 #86CAA4 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 164 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.21 |
| HSL | 146.47º | 0.39% | 0.66% | - |
| HSV(B) | 146.47º | 0.34% | 0.79% | - |
| XYZ | 37.65 | 49.99 | 42.79 | - |
| YUV | 177.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 164 | 0.34 | 0 | 0.19 | 0.21 | 146.47 | 0.39 | 0.66 |
| Hex | 86 | CA | A4 | 22 | 0 | 13 | 15 | 92 | 27 | 42 |
| Octal | 206 | 312 | 244 | 42 | 0 | 23 | 25 | 222 | 47 | 102 |
| Binary | 10000110 | 11001010 | 10100100 | 100010 | 0 | 10011 | 10101 | 10010010 | 100111 | 1000010 |
Color Harmonies of #86CAA4
Complementary color
Monochromatic Colors of #86CAA4
Black with #86CAA4
Text Example
Text Example
White with #86CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CAA4; }
p { color: rgb(134,202,164); }
H1.HeaderClassName
{
color: #86CAA4;
}
.AnyTagClassName
{
color: #86CAA4;
}
</style>
background-color css
<style>
a { background-color: #86CAA4; }
a { background-color: rgb(134,202,164); }
div.DivClassName
{
background-color: #86CAA4;
}
.BgClassName
{
background-color: #86CAA4;
}
</style>
border-color css
<style>
span { border-color: #86CAA4; }
span { border-color: rgb(134,202,164); }
td.TdClassName
{
border-color: #86CAA4;
}
.TagClassName
{
border-color: #86CAA4;
}
</style>