Shades of Summer Green #8CC0A2
Tints of Summer Green #8CC0A2
RGB
CMYK
RGB Variations
Color information
#8CC0A2 (or 0x8CC0A2) is known color: Summer Green. HEX triplet: 8C, C0 and A2. RGB value is (140,192,162). Sum of RGB (Red+Green+Blue) = 140+192+162=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC0A2 is #733F5D. Grayscale: #ADADAD. Windows color (decimal): -7552862 or 10666124. OLE color: 10666124.
HSL color Cylindrical-coordinate representation of color #8CC0A2: hue angle of 145.38º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC0A2 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 162 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.25 |
| HSL | 145.38º | 0.29% | 0.65% | - |
| HSV(B) | 145.38º | 0.27% | 0.75% | - |
| XYZ | 36.19 | 45.88 | 41.13 | - |
| YUV | 173.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 162 | 0.27 | 0 | 0.16 | 0.25 | 145.38 | 0.29 | 0.65 |
| Hex | 8C | C0 | A2 | 1B | 0 | 10 | 19 | 91 | 1D | 41 |
| Octal | 214 | 300 | 242 | 33 | 0 | 20 | 31 | 221 | 35 | 101 |
| Binary | 10001100 | 11000000 | 10100010 | 11011 | 0 | 10000 | 11001 | 10010001 | 11101 | 1000001 |
Color Harmonies of #8CC0A2
Complementary color
Monochromatic Colors of #8CC0A2
Black with #8CC0A2
Text Example
Text Example
White with #8CC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC0A2; }
p { color: rgb(140,192,162); }
H1.HeaderClassName
{
color: #8CC0A2;
}
.AnyTagClassName
{
color: #8CC0A2;
}
</style>
background-color css
<style>
a { background-color: #8CC0A2; }
a { background-color: rgb(140,192,162); }
div.DivClassName
{
background-color: #8CC0A2;
}
.BgClassName
{
background-color: #8CC0A2;
}
</style>
border-color css
<style>
span { border-color: #8CC0A2; }
span { border-color: rgb(140,192,162); }
td.TdClassName
{
border-color: #8CC0A2;
}
.TagClassName
{
border-color: #8CC0A2;
}
</style>