Shades of Summer Green #8CBA9B
Tints of Summer Green #8CBA9B
RGB
CMYK
RGB Variations
Color information
#8CBA9B (or 0x8CBA9B) is known color: Summer Green. HEX triplet: 8C, BA and 9B. RGB value is (140,186,155). Sum of RGB (Red+Green+Blue) = 140+186+155=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA9B is #734564. Grayscale: #A8A8A8. Windows color (decimal): -7554405 or 10205836. OLE color: 10205836.
HSL color Cylindrical-coordinate representation of color #8CBA9B: hue angle of 139.57º 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 #8CBA9B is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 155 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.27 |
| HSL | 139.57º | 0.25% | 0.64% | - |
| HSV(B) | 139.57º | 0.25% | 0.73% | - |
| XYZ | 34.29 | 43.06 | 37.51 | - |
| YUV | 168.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 155 | 0.25 | 0 | 0.17 | 0.27 | 139.57 | 0.25 | 0.64 |
| Hex | 8C | BA | 9B | 19 | 0 | 11 | 1B | 8C | 19 | 40 |
| Octal | 214 | 272 | 233 | 31 | 0 | 21 | 33 | 214 | 31 | 100 |
| Binary | 10001100 | 10111010 | 10011011 | 11001 | 0 | 10001 | 11011 | 10001100 | 11001 | 1000000 |
Color Harmonies of #8CBA9B
Complementary color
Monochromatic Colors of #8CBA9B
Black with #8CBA9B
Text Example
Text Example
White with #8CBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA9B; }
p { color: rgb(140,186,155); }
H1.HeaderClassName
{
color: #8CBA9B;
}
.AnyTagClassName
{
color: #8CBA9B;
}
</style>
background-color css
<style>
a { background-color: #8CBA9B; }
a { background-color: rgb(140,186,155); }
div.DivClassName
{
background-color: #8CBA9B;
}
.BgClassName
{
background-color: #8CBA9B;
}
</style>
border-color css
<style>
span { border-color: #8CBA9B; }
span { border-color: rgb(140,186,155); }
td.TdClassName
{
border-color: #8CBA9B;
}
.TagClassName
{
border-color: #8CBA9B;
}
</style>