Shades of Summer Green #8BCAA2
Tints of Summer Green #8BCAA2
RGB
CMYK
RGB Variations
Color information
#8BCAA2 (or 0x8BCAA2) is known color: Summer Green. HEX triplet: 8B, CA and A2. RGB value is (139,202,162). Sum of RGB (Red+Green+Blue) = 139+202+162=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCAA2 is #74355D. Grayscale: #B2B2B2. Windows color (decimal): -7615838 or 10668683. OLE color: 10668683.
HSL color Cylindrical-coordinate representation of color #8BCAA2: hue angle of 141.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCAA2 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 162 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.21 |
| HSL | 141.9º | 0.37% | 0.67% | - |
| HSV(B) | 141.9º | 0.31% | 0.79% | - |
| XYZ | 38.29 | 50.34 | 41.88 | - |
| YUV | 178.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 162 | 0.31 | 0 | 0.20 | 0.21 | 141.9 | 0.37 | 0.67 |
| Hex | 8B | CA | A2 | 1F | 0 | 14 | 15 | 8E | 25 | 43 |
| Octal | 213 | 312 | 242 | 37 | 0 | 24 | 25 | 216 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10100010 | 11111 | 0 | 10100 | 10101 | 10001110 | 100101 | 1000011 |
Color Harmonies of #8BCAA2
Complementary color
Monochromatic Colors of #8BCAA2
Black with #8BCAA2
Text Example
Text Example
White with #8BCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAA2; }
p { color: rgb(139,202,162); }
H1.HeaderClassName
{
color: #8BCAA2;
}
.AnyTagClassName
{
color: #8BCAA2;
}
</style>
background-color css
<style>
a { background-color: #8BCAA2; }
a { background-color: rgb(139,202,162); }
div.DivClassName
{
background-color: #8BCAA2;
}
.BgClassName
{
background-color: #8BCAA2;
}
</style>
border-color css
<style>
span { border-color: #8BCAA2; }
span { border-color: rgb(139,202,162); }
td.TdClassName
{
border-color: #8BCAA2;
}
.TagClassName
{
border-color: #8BCAA2;
}
</style>