Shades of Chinook #97CFA0
Tints of Chinook #97CFA0
RGB
CMYK
RGB Variations
Color information
#97CFA0 (or 0x97CFA0) is known color: Chinook. HEX triplet: 97, CF and A0. RGB value is (151,207,160). Sum of RGB (Red+Green+Blue) = 151+207+160=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #97CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CFA0 is #68305F. Grayscale: #B9B9B9. Windows color (decimal): -6828128 or 10538903. OLE color: 10538903.
HSL color Cylindrical-coordinate representation of color #97CFA0: hue angle of 129.64º degrees, saturation: 0.37, 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 #97CFA0 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 207 | 160 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.19 |
| HSL | 129.64º | 0.37% | 0.7% | - |
| HSV(B) | 129.64º | 0.27% | 0.81% | - |
| XYZ | 41.42 | 53.74 | 41.45 | - |
| YUV | 184.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 207 | 160 | 0.27 | 0 | 0.23 | 0.19 | 129.64 | 0.37 | 0.7 |
| Hex | 97 | CF | A0 | 1B | 0 | 17 | 13 | 82 | 25 | 46 |
| Octal | 227 | 317 | 240 | 33 | 0 | 27 | 23 | 202 | 45 | 106 |
| Binary | 10010111 | 11001111 | 10100000 | 11011 | 0 | 10111 | 10011 | 10000010 | 100101 | 1000110 |
Color Harmonies of #97CFA0
Complementary color
Monochromatic Colors of #97CFA0
Black with #97CFA0
Text Example
Text Example
White with #97CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CFA0; }
p { color: rgb(151,207,160); }
H1.HeaderClassName
{
color: #97CFA0;
}
.AnyTagClassName
{
color: #97CFA0;
}
</style>
background-color css
<style>
a { background-color: #97CFA0; }
a { background-color: rgb(151,207,160); }
div.DivClassName
{
background-color: #97CFA0;
}
.BgClassName
{
background-color: #97CFA0;
}
</style>
border-color css
<style>
span { border-color: #97CFA0; }
span { border-color: rgb(151,207,160); }
td.TdClassName
{
border-color: #97CFA0;
}
.TagClassName
{
border-color: #97CFA0;
}
</style>