Shades of Chinook #97E5A6
Tints of Chinook #97E5A6
RGB
CMYK
RGB Variations
Color information
#97E5A6 (or 0x97E5A6) is known color: Chinook. HEX triplet: 97, E5 and A6. RGB value is (151,229,166). Sum of RGB (Red+Green+Blue) = 151+229+166=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #97E5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E5A6 is #681A59. Grayscale: #C6C6C6. Windows color (decimal): -6822490 or 10937751. OLE color: 10937751.
HSL color Cylindrical-coordinate representation of color #97E5A6: hue angle of 131.54º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E5A6 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 166 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.10 |
| HSL | 131.54º | 0.6% | 0.75% | - |
| HSV(B) | 131.54º | 0.34% | 0.9% | - |
| XYZ | 47.66 | 65.37 | 46.18 | - |
| YUV | 198.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 166 | 0.34 | 0 | 0.28 | 0.10 | 131.54 | 0.6 | 0.75 |
| Hex | 97 | E5 | A6 | 22 | 0 | 1C | A | 84 | 3C | 4B |
| Octal | 227 | 345 | 246 | 42 | 0 | 34 | 12 | 204 | 74 | 113 |
| Binary | 10010111 | 11100101 | 10100110 | 100010 | 0 | 11100 | 1010 | 10000100 | 111100 | 1001011 |
Color Harmonies of #97E5A6
Complementary color
Monochromatic Colors of #97E5A6
Black with #97E5A6
Text Example
Text Example
White with #97E5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E5A6; }
p { color: rgb(151,229,166); }
H1.HeaderClassName
{
color: #97E5A6;
}
.AnyTagClassName
{
color: #97E5A6;
}
</style>
background-color css
<style>
a { background-color: #97E5A6; }
a { background-color: rgb(151,229,166); }
div.DivClassName
{
background-color: #97E5A6;
}
.BgClassName
{
background-color: #97E5A6;
}
</style>
border-color css
<style>
span { border-color: #97E5A6; }
span { border-color: rgb(151,229,166); }
td.TdClassName
{
border-color: #97E5A6;
}
.TagClassName
{
border-color: #97E5A6;
}
</style>