Shades of Chinook #97E5AC
Tints of Chinook #97E5AC
RGB
CMYK
RGB Variations
Color information
#97E5AC (or 0x97E5AC) is known color: Chinook. HEX triplet: 97, E5 and AC. RGB value is (151,229,172). Sum of RGB (Red+Green+Blue) = 151+229+172=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #97E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E5AC is #681A53. Grayscale: #C7C7C7. Windows color (decimal): -6822484 or 11330967. OLE color: 11330967.
HSL color Cylindrical-coordinate representation of color #97E5AC: hue angle of 136.15º 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 #97E5AC is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 172 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.10 |
| HSL | 136.15º | 0.6% | 0.75% | - |
| HSV(B) | 136.15º | 0.34% | 0.9% | - |
| XYZ | 48.23 | 65.6 | 49.15 | - |
| YUV | 199.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 172 | 0.34 | 0 | 0.25 | 0.10 | 136.15 | 0.6 | 0.75 |
| Hex | 97 | E5 | AC | 22 | 0 | 19 | A | 88 | 3C | 4B |
| Octal | 227 | 345 | 254 | 42 | 0 | 31 | 12 | 210 | 74 | 113 |
| Binary | 10010111 | 11100101 | 10101100 | 100010 | 0 | 11001 | 1010 | 10001000 | 111100 | 1001011 |
Color Harmonies of #97E5AC
Complementary color
Monochromatic Colors of #97E5AC
Black with #97E5AC
Text Example
Text Example
White with #97E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E5AC; }
p { color: rgb(151,229,172); }
H1.HeaderClassName
{
color: #97E5AC;
}
.AnyTagClassName
{
color: #97E5AC;
}
</style>
background-color css
<style>
a { background-color: #97E5AC; }
a { background-color: rgb(151,229,172); }
div.DivClassName
{
background-color: #97E5AC;
}
.BgClassName
{
background-color: #97E5AC;
}
</style>
border-color css
<style>
span { border-color: #97E5AC; }
span { border-color: rgb(151,229,172); }
td.TdClassName
{
border-color: #97E5AC;
}
.TagClassName
{
border-color: #97E5AC;
}
</style>