Shades of Summer Green #97C0A0
Tints of Summer Green #97C0A0
RGB
CMYK
RGB Variations
Color information
#97C0A0 (or 0x97C0A0) is known color: Summer Green. HEX triplet: 97, C0 and A0. RGB value is (151,192,160). Sum of RGB (Red+Green+Blue) = 151+192+160=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C0A0 is #683F5F. Grayscale: #B0B0B0. Windows color (decimal): -6831968 or 10535063. OLE color: 10535063.
HSL color Cylindrical-coordinate representation of color #97C0A0: hue angle of 133.17º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97C0A0 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 160 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.25 |
| HSL | 133.17º | 0.25% | 0.67% | - |
| HSV(B) | 133.17º | 0.21% | 0.75% | - |
| XYZ | 37.96 | 46.82 | 40.29 | - |
| YUV | 176.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 160 | 0.21 | 0 | 0.17 | 0.25 | 133.17 | 0.25 | 0.67 |
| Hex | 97 | C0 | A0 | 15 | 0 | 11 | 19 | 85 | 19 | 43 |
| Octal | 227 | 300 | 240 | 25 | 0 | 21 | 31 | 205 | 31 | 103 |
| Binary | 10010111 | 11000000 | 10100000 | 10101 | 0 | 10001 | 11001 | 10000101 | 11001 | 1000011 |
Color Harmonies of #97C0A0
Complementary color
Monochromatic Colors of #97C0A0
Black with #97C0A0
Text Example
Text Example
White with #97C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C0A0; }
p { color: rgb(151,192,160); }
H1.HeaderClassName
{
color: #97C0A0;
}
.AnyTagClassName
{
color: #97C0A0;
}
</style>
background-color css
<style>
a { background-color: #97C0A0; }
a { background-color: rgb(151,192,160); }
div.DivClassName
{
background-color: #97C0A0;
}
.BgClassName
{
background-color: #97C0A0;
}
</style>
border-color css
<style>
span { border-color: #97C0A0; }
span { border-color: rgb(151,192,160); }
td.TdClassName
{
border-color: #97C0A0;
}
.TagClassName
{
border-color: #97C0A0;
}
</style>