Shades of Chinook #97E0AD
Tints of Chinook #97E0AD
RGB
CMYK
RGB Variations
Color information
#97E0AD (or 0x97E0AD) is known color: Chinook. HEX triplet: 97, E0 and AD. RGB value is (151,224,173). Sum of RGB (Red+Green+Blue) = 151+224+173=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #97E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E0AD is #681F52. Grayscale: #C4C4C4. Windows color (decimal): -6823763 or 11395223. OLE color: 11395223.
HSL color Cylindrical-coordinate representation of color #97E0AD: hue angle of 138.08º degrees, saturation: 0.54, 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 #97E0AD is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 224 | 173 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.12 |
| HSL | 138.08º | 0.54% | 0.74% | - |
| HSV(B) | 138.08º | 0.33% | 0.88% | - |
| XYZ | 46.96 | 62.91 | 49.2 | - |
| YUV | 196.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 224 | 173 | 0.33 | 0 | 0.23 | 0.12 | 138.08 | 0.54 | 0.74 |
| Hex | 97 | E0 | AD | 21 | 0 | 17 | C | 8A | 36 | 4A |
| Octal | 227 | 340 | 255 | 41 | 0 | 27 | 14 | 212 | 66 | 112 |
| Binary | 10010111 | 11100000 | 10101101 | 100001 | 0 | 10111 | 1100 | 10001010 | 110110 | 1001010 |
Color Harmonies of #97E0AD
Complementary color
Monochromatic Colors of #97E0AD
Black with #97E0AD
Text Example
Text Example
White with #97E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E0AD; }
p { color: rgb(151,224,173); }
H1.HeaderClassName
{
color: #97E0AD;
}
.AnyTagClassName
{
color: #97E0AD;
}
</style>
background-color css
<style>
a { background-color: #97E0AD; }
a { background-color: rgb(151,224,173); }
div.DivClassName
{
background-color: #97E0AD;
}
.BgClassName
{
background-color: #97E0AD;
}
</style>
border-color css
<style>
span { border-color: #97E0AD; }
span { border-color: rgb(151,224,173); }
td.TdClassName
{
border-color: #97E0AD;
}
.TagClassName
{
border-color: #97E0AD;
}
</style>