Shades of Summer Green #8CAB9B
Tints of Summer Green #8CAB9B
RGB
CMYK
RGB Variations
Color information
#8CAB9B (or 0x8CAB9B) is known color: Summer Green. HEX triplet: 8C, AB and 9B. RGB value is (140,171,155). Sum of RGB (Red+Green+Blue) = 140+171+155=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB9B is #735464. Grayscale: #9F9F9F. Windows color (decimal): -7558245 or 10201996. OLE color: 10201996.
HSL color Cylindrical-coordinate representation of color #8CAB9B: hue angle of 149.03º degrees, saturation: 0.16, 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 #8CAB9B is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 155 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.33 |
| HSL | 149.03º | 0.16% | 0.61% | - |
| HSV(B) | 149.03º | 0.18% | 0.67% | - |
| XYZ | 31.29 | 37.07 | 36.52 | - |
| YUV | 159.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 155 | 0.18 | 0 | 0.09 | 0.33 | 149.03 | 0.16 | 0.61 |
| Hex | 8C | AB | 9B | 12 | 0 | 9 | 21 | 95 | 10 | 3D |
| Octal | 214 | 253 | 233 | 22 | 0 | 11 | 41 | 225 | 20 | 75 |
| Binary | 10001100 | 10101011 | 10011011 | 10010 | 0 | 1001 | 100001 | 10010101 | 10000 | 111101 |
Color Harmonies of #8CAB9B
Complementary color
Monochromatic Colors of #8CAB9B
Black with #8CAB9B
Text Example
Text Example
White with #8CAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB9B; }
p { color: rgb(140,171,155); }
H1.HeaderClassName
{
color: #8CAB9B;
}
.AnyTagClassName
{
color: #8CAB9B;
}
</style>
background-color css
<style>
a { background-color: #8CAB9B; }
a { background-color: rgb(140,171,155); }
div.DivClassName
{
background-color: #8CAB9B;
}
.BgClassName
{
background-color: #8CAB9B;
}
</style>
border-color css
<style>
span { border-color: #8CAB9B; }
span { border-color: rgb(140,171,155); }
td.TdClassName
{
border-color: #8CAB9B;
}
.TagClassName
{
border-color: #8CAB9B;
}
</style>