Shades of Summer Green #8CC8A1
Tints of Summer Green #8CC8A1
RGB
CMYK
RGB Variations
Color information
#8CC8A1 (or 0x8CC8A1) is known color: Summer Green. HEX triplet: 8C, C8 and A1. RGB value is (140,200,161). Sum of RGB (Red+Green+Blue) = 140+200+161=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC8A1 is #73375E. Grayscale: #B1B1B1. Windows color (decimal): -7550815 or 10602636. OLE color: 10602636.
HSL color Cylindrical-coordinate representation of color #8CC8A1: hue angle of 141º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC8A1 is Cyan = 0.3, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 161 | - |
| CMYK | 0.3 | 0 | 0.19 | 0.22 |
| HSL | 141º | 0.35% | 0.67% | - |
| HSV(B) | 141º | 0.3% | 0.78% | - |
| XYZ | 37.9 | 49.46 | 41.27 | - |
| YUV | 177.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 161 | 0.3 | 0 | 0.19 | 0.22 | 141 | 0.35 | 0.67 |
| Hex | 8C | C8 | A1 | 1E | 0 | 13 | 16 | 8D | 23 | 43 |
| Octal | 214 | 310 | 241 | 36 | 0 | 23 | 26 | 215 | 43 | 103 |
| Binary | 10001100 | 11001000 | 10100001 | 11110 | 0 | 10011 | 10110 | 10001101 | 100011 | 1000011 |
Color Harmonies of #8CC8A1
Complementary color
Monochromatic Colors of #8CC8A1
Black with #8CC8A1
Text Example
Text Example
White with #8CC8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC8A1; }
p { color: rgb(140,200,161); }
H1.HeaderClassName
{
color: #8CC8A1;
}
.AnyTagClassName
{
color: #8CC8A1;
}
</style>
background-color css
<style>
a { background-color: #8CC8A1; }
a { background-color: rgb(140,200,161); }
div.DivClassName
{
background-color: #8CC8A1;
}
.BgClassName
{
background-color: #8CC8A1;
}
</style>
border-color css
<style>
span { border-color: #8CC8A1; }
span { border-color: rgb(140,200,161); }
td.TdClassName
{
border-color: #8CC8A1;
}
.TagClassName
{
border-color: #8CC8A1;
}
</style>