Shades of Chinook #97E6A1
Tints of Chinook #97E6A1
RGB
CMYK
RGB Variations
Color information
#97E6A1 (or 0x97E6A1) is known color: Chinook. HEX triplet: 97, E6 and A1. RGB value is (151,230,161). Sum of RGB (Red+Green+Blue) = 151+230+161=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #97E6A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97E6A1 is #68195E. Grayscale: #C6C6C6. Windows color (decimal): -6822239 or 10610327. OLE color: 10610327.
HSL color Cylindrical-coordinate representation of color #97E6A1: hue angle of 127.59º degrees, saturation: 0.61, 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 #97E6A1 is Cyan = 0.34, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 230 | 161 | - |
| CMYK | 0.34 | 0 | 0.3 | 0.10 |
| HSL | 127.59º | 0.61% | 0.75% | - |
| HSV(B) | 127.59º | 0.34% | 0.9% | - |
| XYZ | 47.49 | 65.75 | 43.91 | - |
| YUV | 198.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 230 | 161 | 0.34 | 0 | 0.3 | 0.10 | 127.59 | 0.61 | 0.75 |
| Hex | 97 | E6 | A1 | 22 | 0 | 1E | A | 80 | 3D | 4B |
| Octal | 227 | 346 | 241 | 42 | 0 | 36 | 12 | 200 | 75 | 113 |
| Binary | 10010111 | 11100110 | 10100001 | 100010 | 0 | 11110 | 1010 | 10000000 | 111101 | 1001011 |
Color Harmonies of #97E6A1
Complementary color
Monochromatic Colors of #97E6A1
Black with #97E6A1
Text Example
Text Example
White with #97E6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E6A1; }
p { color: rgb(151,230,161); }
H1.HeaderClassName
{
color: #97E6A1;
}
.AnyTagClassName
{
color: #97E6A1;
}
</style>
background-color css
<style>
a { background-color: #97E6A1; }
a { background-color: rgb(151,230,161); }
div.DivClassName
{
background-color: #97E6A1;
}
.BgClassName
{
background-color: #97E6A1;
}
</style>
border-color css
<style>
span { border-color: #97E6A1; }
span { border-color: rgb(151,230,161); }
td.TdClassName
{
border-color: #97E6A1;
}
.TagClassName
{
border-color: #97E6A1;
}
</style>