Shades of Chinook #97E1AA
Tints of Chinook #97E1AA
RGB
CMYK
RGB Variations
Color information
#97E1AA (or 0x97E1AA) is known color: Chinook. HEX triplet: 97, E1 and AA. RGB value is (151,225,170). Sum of RGB (Red+Green+Blue) = 151+225+170=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #97E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E1AA is #681E55. Grayscale: #C4C4C4. Windows color (decimal): -6823510 or 11198871. OLE color: 11198871.
HSL color Cylindrical-coordinate representation of color #97E1AA: hue angle of 135.41º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E1AA is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 170 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.12 |
| HSL | 135.41º | 0.55% | 0.74% | - |
| HSV(B) | 135.41º | 0.33% | 0.88% | - |
| XYZ | 46.94 | 63.33 | 47.78 | - |
| YUV | 196.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 170 | 0.33 | 0 | 0.24 | 0.12 | 135.41 | 0.55 | 0.74 |
| Hex | 97 | E1 | AA | 21 | 0 | 18 | C | 87 | 37 | 4A |
| Octal | 227 | 341 | 252 | 41 | 0 | 30 | 14 | 207 | 67 | 112 |
| Binary | 10010111 | 11100001 | 10101010 | 100001 | 0 | 11000 | 1100 | 10000111 | 110111 | 1001010 |
Color Harmonies of #97E1AA
Complementary color
Monochromatic Colors of #97E1AA
Black with #97E1AA
Text Example
Text Example
White with #97E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E1AA; }
p { color: rgb(151,225,170); }
H1.HeaderClassName
{
color: #97E1AA;
}
.AnyTagClassName
{
color: #97E1AA;
}
</style>
background-color css
<style>
a { background-color: #97E1AA; }
a { background-color: rgb(151,225,170); }
div.DivClassName
{
background-color: #97E1AA;
}
.BgClassName
{
background-color: #97E1AA;
}
</style>
border-color css
<style>
span { border-color: #97E1AA; }
span { border-color: rgb(151,225,170); }
td.TdClassName
{
border-color: #97E1AA;
}
.TagClassName
{
border-color: #97E1AA;
}
</style>