Shades of Chinook #97E4AA
Tints of Chinook #97E4AA
RGB
CMYK
RGB Variations
Color information
#97E4AA (or 0x97E4AA) is known color: Chinook. HEX triplet: 97, E4 and AA. RGB value is (151,228,170). Sum of RGB (Red+Green+Blue) = 151+228+170=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #97E4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E4AA is #681B55. Grayscale: #C6C6C6. Windows color (decimal): -6822742 or 11199639. OLE color: 11199639.
HSL color Cylindrical-coordinate representation of color #97E4AA: hue angle of 134.81º 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 #97E4AA is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 228 | 170 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.11 |
| HSL | 134.81º | 0.59% | 0.74% | - |
| HSV(B) | 134.81º | 0.34% | 0.89% | - |
| XYZ | 47.76 | 64.97 | 48.05 | - |
| YUV | 198.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 228 | 170 | 0.34 | 0 | 0.25 | 0.11 | 134.81 | 0.59 | 0.74 |
| Hex | 97 | E4 | AA | 22 | 0 | 19 | B | 87 | 3B | 4A |
| Octal | 227 | 344 | 252 | 42 | 0 | 31 | 13 | 207 | 73 | 112 |
| Binary | 10010111 | 11100100 | 10101010 | 100010 | 0 | 11001 | 1011 | 10000111 | 111011 | 1001010 |
Color Harmonies of #97E4AA
Complementary color
Monochromatic Colors of #97E4AA
Black with #97E4AA
Text Example
Text Example
White with #97E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E4AA; }
p { color: rgb(151,228,170); }
H1.HeaderClassName
{
color: #97E4AA;
}
.AnyTagClassName
{
color: #97E4AA;
}
</style>
background-color css
<style>
a { background-color: #97E4AA; }
a { background-color: rgb(151,228,170); }
div.DivClassName
{
background-color: #97E4AA;
}
.BgClassName
{
background-color: #97E4AA;
}
</style>
border-color css
<style>
span { border-color: #97E4AA; }
span { border-color: rgb(151,228,170); }
td.TdClassName
{
border-color: #97E4AA;
}
.TagClassName
{
border-color: #97E4AA;
}
</style>