Shades of Chinook #97C5A4
Tints of Chinook #97C5A4
RGB
CMYK
RGB Variations
Color information
#97C5A4 (or 0x97C5A4) is known color: Chinook. HEX triplet: 97, C5 and A4. RGB value is (151,197,164). Sum of RGB (Red+Green+Blue) = 151+197+164=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C5A4 is #683A5B. Grayscale: #B3B3B3. Windows color (decimal): -6830684 or 10798487. OLE color: 10798487.
HSL color Cylindrical-coordinate representation of color #97C5A4: hue angle of 136.96º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C5A4 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 164 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.23 |
| HSL | 136.96º | 0.28% | 0.68% | - |
| HSV(B) | 136.96º | 0.23% | 0.77% | - |
| XYZ | 39.43 | 49.19 | 42.54 | - |
| YUV | 179.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 164 | 0.23 | 0 | 0.17 | 0.23 | 136.96 | 0.28 | 0.68 |
| Hex | 97 | C5 | A4 | 17 | 0 | 11 | 17 | 89 | 1C | 44 |
| Octal | 227 | 305 | 244 | 27 | 0 | 21 | 27 | 211 | 34 | 104 |
| Binary | 10010111 | 11000101 | 10100100 | 10111 | 0 | 10001 | 10111 | 10001001 | 11100 | 1000100 |
Color Harmonies of #97C5A4
Complementary color
Monochromatic Colors of #97C5A4
Black with #97C5A4
Text Example
Text Example
White with #97C5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C5A4; }
p { color: rgb(151,197,164); }
H1.HeaderClassName
{
color: #97C5A4;
}
.AnyTagClassName
{
color: #97C5A4;
}
</style>
background-color css
<style>
a { background-color: #97C5A4; }
a { background-color: rgb(151,197,164); }
div.DivClassName
{
background-color: #97C5A4;
}
.BgClassName
{
background-color: #97C5A4;
}
</style>
border-color css
<style>
span { border-color: #97C5A4; }
span { border-color: rgb(151,197,164); }
td.TdClassName
{
border-color: #97C5A4;
}
.TagClassName
{
border-color: #97C5A4;
}
</style>