Shades of Shadow Green #8BCAB2
Tints of Shadow Green #8BCAB2
RGB
CMYK
RGB Variations
Color information
#8BCAB2 (or 0x8BCAB2) is known color: Shadow Green. HEX triplet: 8B, CA and B2. RGB value is (139,202,178). Sum of RGB (Red+Green+Blue) = 139+202+178=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCAB2 is #74354D. Grayscale: #B4B4B4. Windows color (decimal): -7615822 or 11717259. OLE color: 11717259.
HSL color Cylindrical-coordinate representation of color #8BCAB2: hue angle of 157.14º 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 #8BCAB2 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 178 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.21 |
| HSL | 157.14º | 0.37% | 0.67% | - |
| HSV(B) | 157.14º | 0.31% | 0.79% | - |
| XYZ | 39.8 | 50.94 | 49.85 | - |
| YUV | 180.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 178 | 0.31 | 0 | 0.12 | 0.21 | 157.14 | 0.37 | 0.67 |
| Hex | 8B | CA | B2 | 1F | 0 | C | 15 | 9D | 25 | 43 |
| Octal | 213 | 312 | 262 | 37 | 0 | 14 | 25 | 235 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10110010 | 11111 | 0 | 1100 | 10101 | 10011101 | 100101 | 1000011 |
Color Harmonies of #8BCAB2
Complementary color
Monochromatic Colors of #8BCAB2
Black with #8BCAB2
Text Example
Text Example
White with #8BCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAB2; }
p { color: rgb(139,202,178); }
H1.HeaderClassName
{
color: #8BCAB2;
}
.AnyTagClassName
{
color: #8BCAB2;
}
</style>
background-color css
<style>
a { background-color: #8BCAB2; }
a { background-color: rgb(139,202,178); }
div.DivClassName
{
background-color: #8BCAB2;
}
.BgClassName
{
background-color: #8BCAB2;
}
</style>
border-color css
<style>
span { border-color: #8BCAB2; }
span { border-color: rgb(139,202,178); }
td.TdClassName
{
border-color: #8BCAB2;
}
.TagClassName
{
border-color: #8BCAB2;
}
</style>