Shades of Summer Green #8CBAA1
Tints of Summer Green #8CBAA1
RGB
CMYK
RGB Variations
Color information
#8CBAA1 (or 0x8CBAA1) is known color: Summer Green. HEX triplet: 8C, BA and A1. RGB value is (140,186,161). Sum of RGB (Red+Green+Blue) = 140+186+161=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBAA1 is #73455E. Grayscale: #A9A9A9. Windows color (decimal): -7554399 or 10599052. OLE color: 10599052.
HSL color Cylindrical-coordinate representation of color #8CBAA1: hue angle of 147.39º degrees, saturation: 0.25, 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 #8CBAA1 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 161 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.27 |
| HSL | 147.39º | 0.25% | 0.64% | - |
| HSV(B) | 147.39º | 0.25% | 0.73% | - |
| XYZ | 34.81 | 43.27 | 40.23 | - |
| YUV | 169.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 161 | 0.25 | 0 | 0.13 | 0.27 | 147.39 | 0.25 | 0.64 |
| Hex | 8C | BA | A1 | 19 | 0 | D | 1B | 93 | 19 | 40 |
| Octal | 214 | 272 | 241 | 31 | 0 | 15 | 33 | 223 | 31 | 100 |
| Binary | 10001100 | 10111010 | 10100001 | 11001 | 0 | 1101 | 11011 | 10010011 | 11001 | 1000000 |
Color Harmonies of #8CBAA1
Complementary color
Monochromatic Colors of #8CBAA1
Black with #8CBAA1
Text Example
Text Example
White with #8CBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAA1; }
p { color: rgb(140,186,161); }
H1.HeaderClassName
{
color: #8CBAA1;
}
.AnyTagClassName
{
color: #8CBAA1;
}
</style>
background-color css
<style>
a { background-color: #8CBAA1; }
a { background-color: rgb(140,186,161); }
div.DivClassName
{
background-color: #8CBAA1;
}
.BgClassName
{
background-color: #8CBAA1;
}
</style>
border-color css
<style>
span { border-color: #8CBAA1; }
span { border-color: rgb(140,186,161); }
td.TdClassName
{
border-color: #8CBAA1;
}
.TagClassName
{
border-color: #8CBAA1;
}
</style>