Shades of Chinook #97CA9E
Tints of Chinook #97CA9E
RGB
CMYK
RGB Variations
Color information
#97CA9E (or 0x97CA9E) is known color: Chinook. HEX triplet: 97, CA and 9E. RGB value is (151,202,158). Sum of RGB (Red+Green+Blue) = 151+202+158=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CA9E is #683561. Grayscale: #B5B5B5. Windows color (decimal): -6829410 or 10406551. OLE color: 10406551.
HSL color Cylindrical-coordinate representation of color #97CA9E: hue angle of 128.24º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97CA9E is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 158 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.21 |
| HSL | 128.24º | 0.32% | 0.69% | - |
| HSV(B) | 128.24º | 0.25% | 0.79% | - |
| XYZ | 40.05 | 51.29 | 40.14 | - |
| YUV | 181.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 158 | 0.25 | 0 | 0.22 | 0.21 | 128.24 | 0.32 | 0.69 |
| Hex | 97 | CA | 9E | 19 | 0 | 16 | 15 | 80 | 20 | 45 |
| Octal | 227 | 312 | 236 | 31 | 0 | 26 | 25 | 200 | 40 | 105 |
| Binary | 10010111 | 11001010 | 10011110 | 11001 | 0 | 10110 | 10101 | 10000000 | 100000 | 1000101 |
Color Harmonies of #97CA9E
Complementary color
Monochromatic Colors of #97CA9E
Black with #97CA9E
Text Example
Text Example
White with #97CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CA9E; }
p { color: rgb(151,202,158); }
H1.HeaderClassName
{
color: #97CA9E;
}
.AnyTagClassName
{
color: #97CA9E;
}
</style>
background-color css
<style>
a { background-color: #97CA9E; }
a { background-color: rgb(151,202,158); }
div.DivClassName
{
background-color: #97CA9E;
}
.BgClassName
{
background-color: #97CA9E;
}
</style>
border-color css
<style>
span { border-color: #97CA9E; }
span { border-color: rgb(151,202,158); }
td.TdClassName
{
border-color: #97CA9E;
}
.TagClassName
{
border-color: #97CA9E;
}
</style>