Shades of Summer Green #8CA898
Tints of Summer Green #8CA898
RGB
CMYK
RGB Variations
Color information
#8CA898 (or 0x8CA898) is known color: Summer Green. HEX triplet: 8C, A8 and 98. RGB value is (140,168,152). Sum of RGB (Red+Green+Blue) = 140+168+152=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA898 is #735767. Grayscale: #9D9D9D. Windows color (decimal): -7559016 or 10004620. OLE color: 10004620.
HSL color Cylindrical-coordinate representation of color #8CA898: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA898 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 152 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.34 |
| HSL | 145.71º | 0.14% | 0.6% | - |
| HSV(B) | 145.71º | 0.17% | 0.66% | - |
| XYZ | 30.49 | 35.85 | 35.02 | - |
| YUV | 157.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 152 | 0.17 | 0 | 0.10 | 0.34 | 145.71 | 0.14 | 0.6 |
| Hex | 8C | A8 | 98 | 11 | 0 | A | 22 | 92 | E | 3C |
| Octal | 214 | 250 | 230 | 21 | 0 | 12 | 42 | 222 | 16 | 74 |
| Binary | 10001100 | 10101000 | 10011000 | 10001 | 0 | 1010 | 100010 | 10010010 | 1110 | 111100 |
Color Harmonies of #8CA898
Complementary color
Monochromatic Colors of #8CA898
Black with #8CA898
Text Example
Text Example
White with #8CA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA898; }
p { color: rgb(140,168,152); }
H1.HeaderClassName
{
color: #8CA898;
}
.AnyTagClassName
{
color: #8CA898;
}
</style>
background-color css
<style>
a { background-color: #8CA898; }
a { background-color: rgb(140,168,152); }
div.DivClassName
{
background-color: #8CA898;
}
.BgClassName
{
background-color: #8CA898;
}
</style>
border-color css
<style>
span { border-color: #8CA898; }
span { border-color: rgb(140,168,152); }
td.TdClassName
{
border-color: #8CA898;
}
.TagClassName
{
border-color: #8CA898;
}
</style>