Shades of Summer Green #8CB4A0
Tints of Summer Green #8CB4A0
RGB
CMYK
RGB Variations
Color information
#8CB4A0 (or 0x8CB4A0) is known color: Summer Green. HEX triplet: 8C, B4 and A0. RGB value is (140,180,160). Sum of RGB (Red+Green+Blue) = 140+180+160=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB4A0 is #734B5F. Grayscale: #A5A5A5. Windows color (decimal): -7555936 or 10531980. OLE color: 10531980.
HSL color Cylindrical-coordinate representation of color #8CB4A0: hue angle of 150º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB4A0 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 160 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.29 |
| HSL | 150º | 0.21% | 0.63% | - |
| HSV(B) | 150º | 0.22% | 0.71% | - |
| XYZ | 33.48 | 40.76 | 39.36 | - |
| YUV | 165.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 160 | 0.22 | 0 | 0.11 | 0.29 | 150 | 0.21 | 0.63 |
| Hex | 8C | B4 | A0 | 16 | 0 | B | 1D | 96 | 15 | 3F |
| Octal | 214 | 264 | 240 | 26 | 0 | 13 | 35 | 226 | 25 | 77 |
| Binary | 10001100 | 10110100 | 10100000 | 10110 | 0 | 1011 | 11101 | 10010110 | 10101 | 111111 |
Color Harmonies of #8CB4A0
Complementary color
Monochromatic Colors of #8CB4A0
Black with #8CB4A0
Text Example
Text Example
White with #8CB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB4A0; }
p { color: rgb(140,180,160); }
H1.HeaderClassName
{
color: #8CB4A0;
}
.AnyTagClassName
{
color: #8CB4A0;
}
</style>
background-color css
<style>
a { background-color: #8CB4A0; }
a { background-color: rgb(140,180,160); }
div.DivClassName
{
background-color: #8CB4A0;
}
.BgClassName
{
background-color: #8CB4A0;
}
</style>
border-color css
<style>
span { border-color: #8CB4A0; }
span { border-color: rgb(140,180,160); }
td.TdClassName
{
border-color: #8CB4A0;
}
.TagClassName
{
border-color: #8CB4A0;
}
</style>