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