Shades of Summer Green #8CBBA2
Tints of Summer Green #8CBBA2
RGB
CMYK
RGB Variations
Color information
#8CBBA2 (or 0x8CBBA2) is known color: Summer Green. HEX triplet: 8C, BB and A2. RGB value is (140,187,162). Sum of RGB (Red+Green+Blue) = 140+187+162=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBA2 is #73445D. Grayscale: #AAAAAA. Windows color (decimal): -7554142 or 10664844. OLE color: 10664844.
HSL color Cylindrical-coordinate representation of color #8CBBA2: hue angle of 148.09º 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 #8CBBA2 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 162 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.27 |
| HSL | 148.09º | 0.26% | 0.64% | - |
| HSV(B) | 148.09º | 0.25% | 0.73% | - |
| XYZ | 35.11 | 43.72 | 40.77 | - |
| YUV | 170.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 162 | 0.25 | 0 | 0.13 | 0.27 | 148.09 | 0.26 | 0.64 |
| Hex | 8C | BB | A2 | 19 | 0 | D | 1B | 94 | 1A | 40 |
| Octal | 214 | 273 | 242 | 31 | 0 | 15 | 33 | 224 | 32 | 100 |
| Binary | 10001100 | 10111011 | 10100010 | 11001 | 0 | 1101 | 11011 | 10010100 | 11010 | 1000000 |
Color Harmonies of #8CBBA2
Complementary color
Monochromatic Colors of #8CBBA2
Black with #8CBBA2
Text Example
Text Example
White with #8CBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBA2; }
p { color: rgb(140,187,162); }
H1.HeaderClassName
{
color: #8CBBA2;
}
.AnyTagClassName
{
color: #8CBBA2;
}
</style>
background-color css
<style>
a { background-color: #8CBBA2; }
a { background-color: rgb(140,187,162); }
div.DivClassName
{
background-color: #8CBBA2;
}
.BgClassName
{
background-color: #8CBBA2;
}
</style>
border-color css
<style>
span { border-color: #8CBBA2; }
span { border-color: rgb(140,187,162); }
td.TdClassName
{
border-color: #8CBBA2;
}
.TagClassName
{
border-color: #8CBBA2;
}
</style>