Shades of Summer Green #8CBEA0
Tints of Summer Green #8CBEA0
RGB
CMYK
RGB Variations
Color information
#8CBEA0 (or 0x8CBEA0) is known color: Summer Green. HEX triplet: 8C, BE and A0. RGB value is (140,190,160). Sum of RGB (Red+Green+Blue) = 140+190+160=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBEA0 is #73415F. Grayscale: #ABABAB. Windows color (decimal): -7553376 or 10534540. OLE color: 10534540.
HSL color Cylindrical-coordinate representation of color #8CBEA0: hue angle of 144º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBEA0 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 160 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.25 |
| HSL | 144º | 0.28% | 0.65% | - |
| HSV(B) | 144º | 0.26% | 0.75% | - |
| XYZ | 35.57 | 44.94 | 40.06 | - |
| YUV | 171.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 160 | 0.26 | 0 | 0.16 | 0.25 | 144 | 0.28 | 0.65 |
| Hex | 8C | BE | A0 | 1A | 0 | 10 | 19 | 90 | 1C | 41 |
| Octal | 214 | 276 | 240 | 32 | 0 | 20 | 31 | 220 | 34 | 101 |
| Binary | 10001100 | 10111110 | 10100000 | 11010 | 0 | 10000 | 11001 | 10010000 | 11100 | 1000001 |
Color Harmonies of #8CBEA0
Complementary color
Monochromatic Colors of #8CBEA0
Black with #8CBEA0
Text Example
Text Example
White with #8CBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEA0; }
p { color: rgb(140,190,160); }
H1.HeaderClassName
{
color: #8CBEA0;
}
.AnyTagClassName
{
color: #8CBEA0;
}
</style>
background-color css
<style>
a { background-color: #8CBEA0; }
a { background-color: rgb(140,190,160); }
div.DivClassName
{
background-color: #8CBEA0;
}
.BgClassName
{
background-color: #8CBEA0;
}
</style>
border-color css
<style>
span { border-color: #8CBEA0; }
span { border-color: rgb(140,190,160); }
td.TdClassName
{
border-color: #8CBEA0;
}
.TagClassName
{
border-color: #8CBEA0;
}
</style>