Shades of Chinook #97D4A0
Tints of Chinook #97D4A0
RGB
CMYK
RGB Variations
Color information
#97D4A0 (or 0x97D4A0) is known color: Chinook. HEX triplet: 97, D4 and A0. RGB value is (151,212,160). Sum of RGB (Red+Green+Blue) = 151+212+160=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #97D4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D4A0 is #682B5F. Grayscale: #BBBBBB. Windows color (decimal): -6826848 or 10540183. OLE color: 10540183.
HSL color Cylindrical-coordinate representation of color #97D4A0: hue angle of 128.85º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D4A0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 212 | 160 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.17 |
| HSL | 128.85º | 0.41% | 0.71% | - |
| HSV(B) | 128.85º | 0.29% | 0.83% | - |
| XYZ | 42.65 | 56.2 | 41.86 | - |
| YUV | 187.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 212 | 160 | 0.29 | 0 | 0.25 | 0.17 | 128.85 | 0.41 | 0.71 |
| Hex | 97 | D4 | A0 | 1D | 0 | 19 | 11 | 81 | 29 | 47 |
| Octal | 227 | 324 | 240 | 35 | 0 | 31 | 21 | 201 | 51 | 107 |
| Binary | 10010111 | 11010100 | 10100000 | 11101 | 0 | 11001 | 10001 | 10000001 | 101001 | 1000111 |
Color Harmonies of #97D4A0
Complementary color
Monochromatic Colors of #97D4A0
Black with #97D4A0
Text Example
Text Example
White with #97D4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D4A0; }
p { color: rgb(151,212,160); }
H1.HeaderClassName
{
color: #97D4A0;
}
.AnyTagClassName
{
color: #97D4A0;
}
</style>
background-color css
<style>
a { background-color: #97D4A0; }
a { background-color: rgb(151,212,160); }
div.DivClassName
{
background-color: #97D4A0;
}
.BgClassName
{
background-color: #97D4A0;
}
</style>
border-color css
<style>
span { border-color: #97D4A0; }
span { border-color: rgb(151,212,160); }
td.TdClassName
{
border-color: #97D4A0;
}
.TagClassName
{
border-color: #97D4A0;
}
</style>