Shades of Chinook #97E5AE
Tints of Chinook #97E5AE
RGB
CMYK
RGB Variations
Color information
#97E5AE (or 0x97E5AE) is known color: Chinook. HEX triplet: 97, E5 and AE. RGB value is (151,229,174). Sum of RGB (Red+Green+Blue) = 151+229+174=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #97E5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E5AE is #681A51. Grayscale: #C7C7C7. Windows color (decimal): -6822482 or 11462039. OLE color: 11462039.
HSL color Cylindrical-coordinate representation of color #97E5AE: hue angle of 137.69º 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 #97E5AE is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 174 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.10 |
| HSL | 137.69º | 0.6% | 0.75% | - |
| HSV(B) | 137.69º | 0.34% | 0.9% | - |
| XYZ | 48.42 | 65.67 | 50.17 | - |
| YUV | 199.41 | 113.66 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 174 | 0.34 | 0 | 0.24 | 0.10 | 137.69 | 0.6 | 0.75 |
| Hex | 97 | E5 | AE | 22 | 0 | 18 | A | 8A | 3C | 4B |
| Octal | 227 | 345 | 256 | 42 | 0 | 30 | 12 | 212 | 74 | 113 |
| Binary | 10010111 | 11100101 | 10101110 | 100010 | 0 | 11000 | 1010 | 10001010 | 111100 | 1001011 |
Color Harmonies of #97E5AE
Complementary color
Monochromatic Colors of #97E5AE
Black with #97E5AE
Text Example
Text Example
White with #97E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E5AE; }
p { color: rgb(151,229,174); }
H1.HeaderClassName
{
color: #97E5AE;
}
.AnyTagClassName
{
color: #97E5AE;
}
</style>
background-color css
<style>
a { background-color: #97E5AE; }
a { background-color: rgb(151,229,174); }
div.DivClassName
{
background-color: #97E5AE;
}
.BgClassName
{
background-color: #97E5AE;
}
</style>
border-color css
<style>
span { border-color: #97E5AE; }
span { border-color: rgb(151,229,174); }
td.TdClassName
{
border-color: #97E5AE;
}
.TagClassName
{
border-color: #97E5AE;
}
</style>