Shades of Chinook #97CEA0
Tints of Chinook #97CEA0
RGB
CMYK
RGB Variations
Color information
#97CEA0 (or 0x97CEA0) is known color: Chinook. HEX triplet: 97, CE and A0. RGB value is (151,206,160). Sum of RGB (Red+Green+Blue) = 151+206+160=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #97CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CEA0 is #68315F. Grayscale: #B8B8B8. Windows color (decimal): -6828384 or 10538647. OLE color: 10538647.
HSL color Cylindrical-coordinate representation of color #97CEA0: hue angle of 129.82º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CEA0 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 160 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.19 |
| HSL | 129.82º | 0.36% | 0.7% | - |
| HSV(B) | 129.82º | 0.27% | 0.81% | - |
| XYZ | 41.18 | 53.26 | 41.37 | - |
| YUV | 184.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 160 | 0.27 | 0 | 0.22 | 0.19 | 129.82 | 0.36 | 0.7 |
| Hex | 97 | CE | A0 | 1B | 0 | 16 | 13 | 82 | 24 | 46 |
| Octal | 227 | 316 | 240 | 33 | 0 | 26 | 23 | 202 | 44 | 106 |
| Binary | 10010111 | 11001110 | 10100000 | 11011 | 0 | 10110 | 10011 | 10000010 | 100100 | 1000110 |
Color Harmonies of #97CEA0
Complementary color
Monochromatic Colors of #97CEA0
Black with #97CEA0
Text Example
Text Example
White with #97CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CEA0; }
p { color: rgb(151,206,160); }
H1.HeaderClassName
{
color: #97CEA0;
}
.AnyTagClassName
{
color: #97CEA0;
}
</style>
background-color css
<style>
a { background-color: #97CEA0; }
a { background-color: rgb(151,206,160); }
div.DivClassName
{
background-color: #97CEA0;
}
.BgClassName
{
background-color: #97CEA0;
}
</style>
border-color css
<style>
span { border-color: #97CEA0; }
span { border-color: rgb(151,206,160); }
td.TdClassName
{
border-color: #97CEA0;
}
.TagClassName
{
border-color: #97CEA0;
}
</style>