Shades of Summer Green #8CBBA0
Tints of Summer Green #8CBBA0
RGB
CMYK
RGB Variations
Color information
#8CBBA0 (or 0x8CBBA0) is known color: Summer Green. HEX triplet: 8C, BB and A0. RGB value is (140,187,160). Sum of RGB (Red+Green+Blue) = 140+187+160=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBA0 is #73445F. Grayscale: #A9A9A9. Windows color (decimal): -7554144 or 10533772. OLE color: 10533772.
HSL color Cylindrical-coordinate representation of color #8CBBA0: hue angle of 145.53º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBBA0 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 160 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.27 |
| HSL | 145.53º | 0.26% | 0.64% | - |
| HSV(B) | 145.53º | 0.25% | 0.73% | - |
| XYZ | 34.93 | 43.65 | 39.84 | - |
| YUV | 169.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 160 | 0.25 | 0 | 0.14 | 0.27 | 145.53 | 0.26 | 0.64 |
| Hex | 8C | BB | A0 | 19 | 0 | E | 1B | 92 | 1A | 40 |
| Octal | 214 | 273 | 240 | 31 | 0 | 16 | 33 | 222 | 32 | 100 |
| Binary | 10001100 | 10111011 | 10100000 | 11001 | 0 | 1110 | 11011 | 10010010 | 11010 | 1000000 |
Color Harmonies of #8CBBA0
Complementary color
Monochromatic Colors of #8CBBA0
Black with #8CBBA0
Text Example
Text Example
White with #8CBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBA0; }
p { color: rgb(140,187,160); }
H1.HeaderClassName
{
color: #8CBBA0;
}
.AnyTagClassName
{
color: #8CBBA0;
}
</style>
background-color css
<style>
a { background-color: #8CBBA0; }
a { background-color: rgb(140,187,160); }
div.DivClassName
{
background-color: #8CBBA0;
}
.BgClassName
{
background-color: #8CBBA0;
}
</style>
border-color css
<style>
span { border-color: #8CBBA0; }
span { border-color: rgb(140,187,160); }
td.TdClassName
{
border-color: #8CBBA0;
}
.TagClassName
{
border-color: #8CBBA0;
}
</style>