Shades of Summer Green #8CBBA1
Tints of Summer Green #8CBBA1
RGB
CMYK
RGB Variations
Color information
#8CBBA1 (or 0x8CBBA1) is known color: Summer Green. HEX triplet: 8C, BB and A1. RGB value is (140,187,161). Sum of RGB (Red+Green+Blue) = 140+187+161=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBA1 is #73445E. Grayscale: #AAAAAA. Windows color (decimal): -7554143 or 10599308. OLE color: 10599308.
HSL color Cylindrical-coordinate representation of color #8CBBA1: hue angle of 146.81º 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 #8CBBA1 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 161 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.27 |
| HSL | 146.81º | 0.26% | 0.64% | - |
| HSV(B) | 146.81º | 0.25% | 0.73% | - |
| XYZ | 35.02 | 43.69 | 40.31 | - |
| YUV | 169.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 161 | 0.25 | 0 | 0.14 | 0.27 | 146.81 | 0.26 | 0.64 |
| Hex | 8C | BB | A1 | 19 | 0 | E | 1B | 93 | 1A | 40 |
| Octal | 214 | 273 | 241 | 31 | 0 | 16 | 33 | 223 | 32 | 100 |
| Binary | 10001100 | 10111011 | 10100001 | 11001 | 0 | 1110 | 11011 | 10010011 | 11010 | 1000000 |
Color Harmonies of #8CBBA1
Complementary color
Monochromatic Colors of #8CBBA1
Black with #8CBBA1
Text Example
Text Example
White with #8CBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBA1; }
p { color: rgb(140,187,161); }
H1.HeaderClassName
{
color: #8CBBA1;
}
.AnyTagClassName
{
color: #8CBBA1;
}
</style>
background-color css
<style>
a { background-color: #8CBBA1; }
a { background-color: rgb(140,187,161); }
div.DivClassName
{
background-color: #8CBBA1;
}
.BgClassName
{
background-color: #8CBBA1;
}
</style>
border-color css
<style>
span { border-color: #8CBBA1; }
span { border-color: rgb(140,187,161); }
td.TdClassName
{
border-color: #8CBBA1;
}
.TagClassName
{
border-color: #8CBBA1;
}
</style>