Shades of Summer Green #8CAA9A
Tints of Summer Green #8CAA9A
RGB
CMYK
RGB Variations
Color information
#8CAA9A (or 0x8CAA9A) is known color: Summer Green. HEX triplet: 8C, AA and 9A. RGB value is (140,170,154). Sum of RGB (Red+Green+Blue) = 140+170+154=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA9A is #735565. Grayscale: #9F9F9F. Windows color (decimal): -7558502 or 10136204. OLE color: 10136204.
HSL color Cylindrical-coordinate representation of color #8CAA9A: hue angle of 148º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAA9A is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 154 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.33 |
| HSL | 148º | 0.15% | 0.61% | - |
| HSV(B) | 148º | 0.18% | 0.67% | - |
| XYZ | 31.02 | 36.66 | 36.01 | - |
| YUV | 159.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 154 | 0.18 | 0 | 0.09 | 0.33 | 148 | 0.15 | 0.61 |
| Hex | 8C | AA | 9A | 12 | 0 | 9 | 21 | 94 | F | 3D |
| Octal | 214 | 252 | 232 | 22 | 0 | 11 | 41 | 224 | 17 | 75 |
| Binary | 10001100 | 10101010 | 10011010 | 10010 | 0 | 1001 | 100001 | 10010100 | 1111 | 111101 |
Color Harmonies of #8CAA9A
Complementary color
Monochromatic Colors of #8CAA9A
Black with #8CAA9A
Text Example
Text Example
White with #8CAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA9A; }
p { color: rgb(140,170,154); }
H1.HeaderClassName
{
color: #8CAA9A;
}
.AnyTagClassName
{
color: #8CAA9A;
}
</style>
background-color css
<style>
a { background-color: #8CAA9A; }
a { background-color: rgb(140,170,154); }
div.DivClassName
{
background-color: #8CAA9A;
}
.BgClassName
{
background-color: #8CAA9A;
}
</style>
border-color css
<style>
span { border-color: #8CAA9A; }
span { border-color: rgb(140,170,154); }
td.TdClassName
{
border-color: #8CAA9A;
}
.TagClassName
{
border-color: #8CAA9A;
}
</style>