Shades of Shadow Green #8FCAB5
Tints of Shadow Green #8FCAB5
RGB
CMYK
RGB Variations
Color information
#8FCAB5 (or 0x8FCAB5) is known color: Shadow Green. HEX triplet: 8F, CA and B5. RGB value is (143,202,181). Sum of RGB (Red+Green+Blue) = 143+202+181=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAB5 is #70354A. Grayscale: #B5B5B5. Windows color (decimal): -7353675 or 11913871. OLE color: 11913871.
HSL color Cylindrical-coordinate representation of color #8FCAB5: hue angle of 158.64º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAB5 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 181 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.21 |
| HSL | 158.64º | 0.36% | 0.68% | - |
| HSV(B) | 158.64º | 0.29% | 0.79% | - |
| XYZ | 40.79 | 51.42 | 51.49 | - |
| YUV | 181.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 181 | 0.29 | 0 | 0.10 | 0.21 | 158.64 | 0.36 | 0.68 |
| Hex | 8F | CA | B5 | 1D | 0 | A | 15 | 9F | 24 | 44 |
| Octal | 217 | 312 | 265 | 35 | 0 | 12 | 25 | 237 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10110101 | 11101 | 0 | 1010 | 10101 | 10011111 | 100100 | 1000100 |
Color Harmonies of #8FCAB5
Complementary color
Monochromatic Colors of #8FCAB5
Black with #8FCAB5
Text Example
Text Example
White with #8FCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAB5; }
p { color: rgb(143,202,181); }
H1.HeaderClassName
{
color: #8FCAB5;
}
.AnyTagClassName
{
color: #8FCAB5;
}
</style>
background-color css
<style>
a { background-color: #8FCAB5; }
a { background-color: rgb(143,202,181); }
div.DivClassName
{
background-color: #8FCAB5;
}
.BgClassName
{
background-color: #8FCAB5;
}
</style>
border-color css
<style>
span { border-color: #8FCAB5; }
span { border-color: rgb(143,202,181); }
td.TdClassName
{
border-color: #8FCAB5;
}
.TagClassName
{
border-color: #8FCAB5;
}
</style>