Shades of Summer Green #8CC0A6
Tints of Summer Green #8CC0A6
RGB
CMYK
RGB Variations
Color information
#8CC0A6 (or 0x8CC0A6) is known color: Summer Green. HEX triplet: 8C, C0 and A6. RGB value is (140,192,166). Sum of RGB (Red+Green+Blue) = 140+192+166=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC0A6 is #733F59. Grayscale: #ADADAD. Windows color (decimal): -7552858 or 10928268. OLE color: 10928268.
HSL color Cylindrical-coordinate representation of color #8CC0A6: hue angle of 150º 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 #8CC0A6 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 166 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.25 |
| HSL | 150º | 0.29% | 0.65% | - |
| HSV(B) | 150º | 0.27% | 0.75% | - |
| XYZ | 36.55 | 46.03 | 43.03 | - |
| YUV | 173.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 166 | 0.27 | 0 | 0.14 | 0.25 | 150 | 0.29 | 0.65 |
| Hex | 8C | C0 | A6 | 1B | 0 | E | 19 | 96 | 1D | 41 |
| Octal | 214 | 300 | 246 | 33 | 0 | 16 | 31 | 226 | 35 | 101 |
| Binary | 10001100 | 11000000 | 10100110 | 11011 | 0 | 1110 | 11001 | 10010110 | 11101 | 1000001 |
Color Harmonies of #8CC0A6
Complementary color
Monochromatic Colors of #8CC0A6
Black with #8CC0A6
Text Example
Text Example
White with #8CC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC0A6; }
p { color: rgb(140,192,166); }
H1.HeaderClassName
{
color: #8CC0A6;
}
.AnyTagClassName
{
color: #8CC0A6;
}
</style>
background-color css
<style>
a { background-color: #8CC0A6; }
a { background-color: rgb(140,192,166); }
div.DivClassName
{
background-color: #8CC0A6;
}
.BgClassName
{
background-color: #8CC0A6;
}
</style>
border-color css
<style>
span { border-color: #8CC0A6; }
span { border-color: rgb(140,192,166); }
td.TdClassName
{
border-color: #8CC0A6;
}
.TagClassName
{
border-color: #8CC0A6;
}
</style>