Shades of Chinook #97E09F
Tints of Chinook #97E09F
RGB
CMYK
RGB Variations
Color information
#97E09F (or 0x97E09F) is known color: Chinook. HEX triplet: 97, E0 and 9F. RGB value is (151,224,159). Sum of RGB (Red+Green+Blue) = 151+224+159=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #97E09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E09F is #681F60. Grayscale: #C2C2C2. Windows color (decimal): -6823777 or 10477719. OLE color: 10477719.
HSL color Cylindrical-coordinate representation of color #97E09F: hue angle of 126.58º 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 #97E09F is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 224 | 159 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.12 |
| HSL | 126.58º | 0.54% | 0.74% | - |
| HSV(B) | 126.58º | 0.33% | 0.88% | - |
| XYZ | 45.68 | 62.39 | 42.44 | - |
| YUV | 194.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 224 | 159 | 0.33 | 0 | 0.29 | 0.12 | 126.58 | 0.54 | 0.74 |
| Hex | 97 | E0 | 9F | 21 | 0 | 1D | C | 7F | 36 | 4A |
| Octal | 227 | 340 | 237 | 41 | 0 | 35 | 14 | 177 | 66 | 112 |
| Binary | 10010111 | 11100000 | 10011111 | 100001 | 0 | 11101 | 1100 | 1111111 | 110110 | 1001010 |
Color Harmonies of #97E09F
Complementary color
Monochromatic Colors of #97E09F
Black with #97E09F
Text Example
Text Example
White with #97E09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E09F; }
p { color: rgb(151,224,159); }
H1.HeaderClassName
{
color: #97E09F;
}
.AnyTagClassName
{
color: #97E09F;
}
</style>
background-color css
<style>
a { background-color: #97E09F; }
a { background-color: rgb(151,224,159); }
div.DivClassName
{
background-color: #97E09F;
}
.BgClassName
{
background-color: #97E09F;
}
</style>
border-color css
<style>
span { border-color: #97E09F; }
span { border-color: rgb(151,224,159); }
td.TdClassName
{
border-color: #97E09F;
}
.TagClassName
{
border-color: #97E09F;
}
</style>