Shades of Shadow Green #97CAC0
Tints of Shadow Green #97CAC0
RGB
CMYK
RGB Variations
Color information
#97CAC0 (or 0x97CAC0) is known color: Shadow Green. HEX triplet: 97, CA and C0. RGB value is (151,202,192). Sum of RGB (Red+Green+Blue) = 151+202+192=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #97CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CAC0 is #68353F. Grayscale: #B9B9B9. Windows color (decimal): -6829376 or 12634775. OLE color: 12634775.
HSL color Cylindrical-coordinate representation of color #97CAC0: hue angle of 168.24º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97CAC0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 192 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.21 |
| HSL | 168.24º | 0.32% | 0.69% | - |
| HSV(B) | 168.24º | 0.25% | 0.79% | - |
| XYZ | 43.4 | 52.63 | 57.74 | - |
| YUV | 185.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 192 | 0.25 | 0 | 0.05 | 0.21 | 168.24 | 0.32 | 0.69 |
| Hex | 97 | CA | C0 | 19 | 0 | 5 | 15 | A8 | 20 | 45 |
| Octal | 227 | 312 | 300 | 31 | 0 | 5 | 25 | 250 | 40 | 105 |
| Binary | 10010111 | 11001010 | 11000000 | 11001 | 0 | 101 | 10101 | 10101000 | 100000 | 1000101 |
Color Harmonies of #97CAC0
Complementary color
Monochromatic Colors of #97CAC0
Black with #97CAC0
Text Example
Text Example
White with #97CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CAC0; }
p { color: rgb(151,202,192); }
H1.HeaderClassName
{
color: #97CAC0;
}
.AnyTagClassName
{
color: #97CAC0;
}
</style>
background-color css
<style>
a { background-color: #97CAC0; }
a { background-color: rgb(151,202,192); }
div.DivClassName
{
background-color: #97CAC0;
}
.BgClassName
{
background-color: #97CAC0;
}
</style>
border-color css
<style>
span { border-color: #97CAC0; }
span { border-color: rgb(151,202,192); }
td.TdClassName
{
border-color: #97CAC0;
}
.TagClassName
{
border-color: #97CAC0;
}
</style>