Shades of Chinook #97E4A5
Tints of Chinook #97E4A5
RGB
CMYK
RGB Variations
Color information
#97E4A5 (or 0x97E4A5) is known color: Chinook. HEX triplet: 97, E4 and A5. RGB value is (151,228,165). Sum of RGB (Red+Green+Blue) = 151+228+165=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #97E4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E4A5 is #681B5A. Grayscale: #C5C5C5. Windows color (decimal): -6822747 or 10871959. OLE color: 10871959.
HSL color Cylindrical-coordinate representation of color #97E4A5: hue angle of 130.91º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E4A5 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 228 | 165 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.11 |
| HSL | 130.91º | 0.59% | 0.74% | - |
| HSV(B) | 130.91º | 0.34% | 0.89% | - |
| XYZ | 47.3 | 64.78 | 45.61 | - |
| YUV | 197.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 228 | 165 | 0.34 | 0 | 0.28 | 0.11 | 130.91 | 0.59 | 0.74 |
| Hex | 97 | E4 | A5 | 22 | 0 | 1C | B | 83 | 3B | 4A |
| Octal | 227 | 344 | 245 | 42 | 0 | 34 | 13 | 203 | 73 | 112 |
| Binary | 10010111 | 11100100 | 10100101 | 100010 | 0 | 11100 | 1011 | 10000011 | 111011 | 1001010 |
Color Harmonies of #97E4A5
Complementary color
Monochromatic Colors of #97E4A5
Black with #97E4A5
Text Example
Text Example
White with #97E4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E4A5; }
p { color: rgb(151,228,165); }
H1.HeaderClassName
{
color: #97E4A5;
}
.AnyTagClassName
{
color: #97E4A5;
}
</style>
background-color css
<style>
a { background-color: #97E4A5; }
a { background-color: rgb(151,228,165); }
div.DivClassName
{
background-color: #97E4A5;
}
.BgClassName
{
background-color: #97E4A5;
}
</style>
border-color css
<style>
span { border-color: #97E4A5; }
span { border-color: rgb(151,228,165); }
td.TdClassName
{
border-color: #97E4A5;
}
.TagClassName
{
border-color: #97E4A5;
}
</style>