Shades of Shadow Green #8DCAB3
Tints of Shadow Green #8DCAB3
RGB
CMYK
RGB Variations
Color information
#8DCAB3 (or 0x8DCAB3) is known color: Shadow Green. HEX triplet: 8D, CA and B3. RGB value is (141,202,179). Sum of RGB (Red+Green+Blue) = 141+202+179=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAB3 is #72354C. Grayscale: #B5B5B5. Windows color (decimal): -7484749 or 11782797. OLE color: 11782797.
HSL color Cylindrical-coordinate representation of color #8DCAB3: hue angle of 157.38º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAB3 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 179 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.21 |
| HSL | 157.38º | 0.37% | 0.67% | - |
| HSV(B) | 157.38º | 0.3% | 0.79% | - |
| XYZ | 40.24 | 51.16 | 50.4 | - |
| YUV | 181.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 179 | 0.30 | 0 | 0.11 | 0.21 | 157.38 | 0.37 | 0.67 |
| Hex | 8D | CA | B3 | 1E | 0 | B | 15 | 9D | 25 | 43 |
| Octal | 215 | 312 | 263 | 36 | 0 | 13 | 25 | 235 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10110011 | 11110 | 0 | 1011 | 10101 | 10011101 | 100101 | 1000011 |
Color Harmonies of #8DCAB3
Complementary color
Monochromatic Colors of #8DCAB3
Black with #8DCAB3
Text Example
Text Example
White with #8DCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAB3; }
p { color: rgb(141,202,179); }
H1.HeaderClassName
{
color: #8DCAB3;
}
.AnyTagClassName
{
color: #8DCAB3;
}
</style>
background-color css
<style>
a { background-color: #8DCAB3; }
a { background-color: rgb(141,202,179); }
div.DivClassName
{
background-color: #8DCAB3;
}
.BgClassName
{
background-color: #8DCAB3;
}
</style>
border-color css
<style>
span { border-color: #8DCAB3; }
span { border-color: rgb(141,202,179); }
td.TdClassName
{
border-color: #8DCAB3;
}
.TagClassName
{
border-color: #8DCAB3;
}
</style>