Shades of Summer Green #8DC8A4
Tints of Summer Green #8DC8A4
RGB
CMYK
RGB Variations
Color information
#8DC8A4 (or 0x8DC8A4) is known color: Summer Green. HEX triplet: 8D, C8 and A4. RGB value is (141,200,164). Sum of RGB (Red+Green+Blue) = 141+200+164=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC8A4 is #72375B. Grayscale: #B2B2B2. Windows color (decimal): -7485276 or 10799245. OLE color: 10799245.
HSL color Cylindrical-coordinate representation of color #8DC8A4: hue angle of 143.39º 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 #8DC8A4 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 164 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.22 |
| HSL | 143.39º | 0.35% | 0.67% | - |
| HSV(B) | 143.39º | 0.3% | 0.78% | - |
| XYZ | 38.34 | 49.65 | 42.68 | - |
| YUV | 178.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 164 | 0.29 | 0 | 0.18 | 0.22 | 143.39 | 0.35 | 0.67 |
| Hex | 8D | C8 | A4 | 1D | 0 | 12 | 16 | 8F | 23 | 43 |
| Octal | 215 | 310 | 244 | 35 | 0 | 22 | 26 | 217 | 43 | 103 |
| Binary | 10001101 | 11001000 | 10100100 | 11101 | 0 | 10010 | 10110 | 10001111 | 100011 | 1000011 |
Color Harmonies of #8DC8A4
Complementary color
Monochromatic Colors of #8DC8A4
Black with #8DC8A4
Text Example
Text Example
White with #8DC8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8A4; }
p { color: rgb(141,200,164); }
H1.HeaderClassName
{
color: #8DC8A4;
}
.AnyTagClassName
{
color: #8DC8A4;
}
</style>
background-color css
<style>
a { background-color: #8DC8A4; }
a { background-color: rgb(141,200,164); }
div.DivClassName
{
background-color: #8DC8A4;
}
.BgClassName
{
background-color: #8DC8A4;
}
</style>
border-color css
<style>
span { border-color: #8DC8A4; }
span { border-color: rgb(141,200,164); }
td.TdClassName
{
border-color: #8DC8A4;
}
.TagClassName
{
border-color: #8DC8A4;
}
</style>