Shades of Summer Green #8CBAA2
Tints of Summer Green #8CBAA2
RGB
CMYK
RGB Variations
Color information
#8CBAA2 (or 0x8CBAA2) is known color: Summer Green. HEX triplet: 8C, BA and A2. RGB value is (140,186,162). Sum of RGB (Red+Green+Blue) = 140+186+162=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBAA2 is #73455D. Grayscale: #A9A9A9. Windows color (decimal): -7554398 or 10664588. OLE color: 10664588.
HSL color Cylindrical-coordinate representation of color #8CBAA2: hue angle of 148.7º 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 #8CBAA2 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 162 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.27 |
| HSL | 148.7º | 0.25% | 0.64% | - |
| HSV(B) | 148.7º | 0.25% | 0.73% | - |
| XYZ | 34.9 | 43.3 | 40.7 | - |
| YUV | 169.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 162 | 0.25 | 0 | 0.13 | 0.27 | 148.7 | 0.25 | 0.64 |
| Hex | 8C | BA | A2 | 19 | 0 | D | 1B | 95 | 19 | 40 |
| Octal | 214 | 272 | 242 | 31 | 0 | 15 | 33 | 225 | 31 | 100 |
| Binary | 10001100 | 10111010 | 10100010 | 11001 | 0 | 1101 | 11011 | 10010101 | 11001 | 1000000 |
Color Harmonies of #8CBAA2
Complementary color
Monochromatic Colors of #8CBAA2
Black with #8CBAA2
Text Example
Text Example
White with #8CBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAA2; }
p { color: rgb(140,186,162); }
H1.HeaderClassName
{
color: #8CBAA2;
}
.AnyTagClassName
{
color: #8CBAA2;
}
</style>
background-color css
<style>
a { background-color: #8CBAA2; }
a { background-color: rgb(140,186,162); }
div.DivClassName
{
background-color: #8CBAA2;
}
.BgClassName
{
background-color: #8CBAA2;
}
</style>
border-color css
<style>
span { border-color: #8CBAA2; }
span { border-color: rgb(140,186,162); }
td.TdClassName
{
border-color: #8CBAA2;
}
.TagClassName
{
border-color: #8CBAA2;
}
</style>