Shades of Chinook #97D6A0
Tints of Chinook #97D6A0
RGB
CMYK
RGB Variations
Color information
#97D6A0 (or 0x97D6A0) is known color: Chinook. HEX triplet: 97, D6 and A0. RGB value is (151,214,160). Sum of RGB (Red+Green+Blue) = 151+214+160=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D6A0 is #68295F. Grayscale: #BDBDBD. Windows color (decimal): -6826336 or 10540695. OLE color: 10540695.
HSL color Cylindrical-coordinate representation of color #97D6A0: hue angle of 128.57º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D6A0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 160 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.16 |
| HSL | 128.57º | 0.43% | 0.72% | - |
| HSV(B) | 128.57º | 0.29% | 0.84% | - |
| XYZ | 43.15 | 57.21 | 42.03 | - |
| YUV | 189.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 160 | 0.29 | 0 | 0.25 | 0.16 | 128.57 | 0.43 | 0.72 |
| Hex | 97 | D6 | A0 | 1D | 0 | 19 | 10 | 81 | 2B | 48 |
| Octal | 227 | 326 | 240 | 35 | 0 | 31 | 20 | 201 | 53 | 110 |
| Binary | 10010111 | 11010110 | 10100000 | 11101 | 0 | 11001 | 10000 | 10000001 | 101011 | 1001000 |
Color Harmonies of #97D6A0
Complementary color
Monochromatic Colors of #97D6A0
Black with #97D6A0
Text Example
Text Example
White with #97D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6A0; }
p { color: rgb(151,214,160); }
H1.HeaderClassName
{
color: #97D6A0;
}
.AnyTagClassName
{
color: #97D6A0;
}
</style>
background-color css
<style>
a { background-color: #97D6A0; }
a { background-color: rgb(151,214,160); }
div.DivClassName
{
background-color: #97D6A0;
}
.BgClassName
{
background-color: #97D6A0;
}
</style>
border-color css
<style>
span { border-color: #97D6A0; }
span { border-color: rgb(151,214,160); }
td.TdClassName
{
border-color: #97D6A0;
}
.TagClassName
{
border-color: #97D6A0;
}
</style>