Shades of Chinook #97D9A0
Tints of Chinook #97D9A0
RGB
CMYK
RGB Variations
Color information
#97D9A0 (or 0x97D9A0) is known color: Chinook. HEX triplet: 97, D9 and A0. RGB value is (151,217,160). Sum of RGB (Red+Green+Blue) = 151+217+160=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #97D9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D9A0 is #68265F. Grayscale: #BEBEBE. Windows color (decimal): -6825568 or 10541463. OLE color: 10541463.
HSL color Cylindrical-coordinate representation of color #97D9A0: hue angle of 128.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D9A0 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 217 | 160 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.15 |
| HSL | 128.18º | 0.46% | 0.72% | - |
| HSV(B) | 128.18º | 0.3% | 0.85% | - |
| XYZ | 43.92 | 58.74 | 42.28 | - |
| YUV | 190.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 217 | 160 | 0.30 | 0 | 0.26 | 0.15 | 128.18 | 0.46 | 0.72 |
| Hex | 97 | D9 | A0 | 1E | 0 | 1A | F | 80 | 2E | 48 |
| Octal | 227 | 331 | 240 | 36 | 0 | 32 | 17 | 200 | 56 | 110 |
| Binary | 10010111 | 11011001 | 10100000 | 11110 | 0 | 11010 | 1111 | 10000000 | 101110 | 1001000 |
Color Harmonies of #97D9A0
Complementary color
Monochromatic Colors of #97D9A0
Black with #97D9A0
Text Example
Text Example
White with #97D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D9A0; }
p { color: rgb(151,217,160); }
H1.HeaderClassName
{
color: #97D9A0;
}
.AnyTagClassName
{
color: #97D9A0;
}
</style>
background-color css
<style>
a { background-color: #97D9A0; }
a { background-color: rgb(151,217,160); }
div.DivClassName
{
background-color: #97D9A0;
}
.BgClassName
{
background-color: #97D9A0;
}
</style>
border-color css
<style>
span { border-color: #97D9A0; }
span { border-color: rgb(151,217,160); }
td.TdClassName
{
border-color: #97D9A0;
}
.TagClassName
{
border-color: #97D9A0;
}
</style>