Shades of Summer Green #8CCBA0
Tints of Summer Green #8CCBA0
RGB
CMYK
RGB Variations
Color information
#8CCBA0 (or 0x8CCBA0) is known color: Summer Green. HEX triplet: 8C, CB and A0. RGB value is (140,203,160). Sum of RGB (Red+Green+Blue) = 140+203+160=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCBA0 is #73345F. Grayscale: #B3B3B3. Windows color (decimal): -7550048 or 10537868. OLE color: 10537868.
HSL color Cylindrical-coordinate representation of color #8CCBA0: hue angle of 139.05º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCBA0 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 160 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.20 |
| HSL | 139.05º | 0.38% | 0.67% | - |
| HSV(B) | 139.05º | 0.31% | 0.8% | - |
| XYZ | 38.52 | 50.83 | 41.04 | - |
| YUV | 179.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 160 | 0.31 | 0 | 0.21 | 0.20 | 139.05 | 0.38 | 0.67 |
| Hex | 8C | CB | A0 | 1F | 0 | 15 | 14 | 8B | 26 | 43 |
| Octal | 214 | 313 | 240 | 37 | 0 | 25 | 24 | 213 | 46 | 103 |
| Binary | 10001100 | 11001011 | 10100000 | 11111 | 0 | 10101 | 10100 | 10001011 | 100110 | 1000011 |
Color Harmonies of #8CCBA0
Complementary color
Monochromatic Colors of #8CCBA0
Black with #8CCBA0
Text Example
Text Example
White with #8CCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBA0; }
p { color: rgb(140,203,160); }
H1.HeaderClassName
{
color: #8CCBA0;
}
.AnyTagClassName
{
color: #8CCBA0;
}
</style>
background-color css
<style>
a { background-color: #8CCBA0; }
a { background-color: rgb(140,203,160); }
div.DivClassName
{
background-color: #8CCBA0;
}
.BgClassName
{
background-color: #8CCBA0;
}
</style>
border-color css
<style>
span { border-color: #8CCBA0; }
span { border-color: rgb(140,203,160); }
td.TdClassName
{
border-color: #8CCBA0;
}
.TagClassName
{
border-color: #8CCBA0;
}
</style>