Shades of Chinook #97D9A2
Tints of Chinook #97D9A2
RGB
CMYK
RGB Variations
Color information
#97D9A2 (or 0x97D9A2) is known color: Chinook. HEX triplet: 97, D9 and A2. RGB value is (151,217,162). Sum of RGB (Red+Green+Blue) = 151+217+162=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #97D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D9A2 is #68265D. Grayscale: #BFBFBF. Windows color (decimal): -6825566 or 10672535. OLE color: 10672535.
HSL color Cylindrical-coordinate representation of color #97D9A2: hue angle of 130º 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 #97D9A2 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 217 | 162 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.15 |
| HSL | 130º | 0.46% | 0.72% | - |
| HSV(B) | 130º | 0.3% | 0.85% | - |
| XYZ | 44.1 | 58.81 | 43.21 | - |
| YUV | 191 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 217 | 162 | 0.30 | 0 | 0.25 | 0.15 | 130 | 0.46 | 0.72 |
| Hex | 97 | D9 | A2 | 1E | 0 | 19 | F | 82 | 2E | 48 |
| Octal | 227 | 331 | 242 | 36 | 0 | 31 | 17 | 202 | 56 | 110 |
| Binary | 10010111 | 11011001 | 10100010 | 11110 | 0 | 11001 | 1111 | 10000010 | 101110 | 1001000 |
Color Harmonies of #97D9A2
Complementary color
Monochromatic Colors of #97D9A2
Black with #97D9A2
Text Example
Text Example
White with #97D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D9A2; }
p { color: rgb(151,217,162); }
H1.HeaderClassName
{
color: #97D9A2;
}
.AnyTagClassName
{
color: #97D9A2;
}
</style>
background-color css
<style>
a { background-color: #97D9A2; }
a { background-color: rgb(151,217,162); }
div.DivClassName
{
background-color: #97D9A2;
}
.BgClassName
{
background-color: #97D9A2;
}
</style>
border-color css
<style>
span { border-color: #97D9A2; }
span { border-color: rgb(151,217,162); }
td.TdClassName
{
border-color: #97D9A2;
}
.TagClassName
{
border-color: #97D9A2;
}
</style>