Shades of Chinook #96E4AB
Tints of Chinook #96E4AB
RGB
CMYK
RGB Variations
Color information
#96E4AB (or 0x96E4AB) is known color: Chinook. HEX triplet: 96, E4 and AB. RGB value is (150,228,171). Sum of RGB (Red+Green+Blue) = 150+228+171=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E4AB is #691B54. Grayscale: #C6C6C6. Windows color (decimal): -6888277 or 11265174. OLE color: 11265174.
HSL color Cylindrical-coordinate representation of color #96E4AB: hue angle of 136.15º 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 #96E4AB is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 171 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.11 |
| HSL | 136.15º | 0.59% | 0.74% | - |
| HSV(B) | 136.15º | 0.34% | 0.89% | - |
| XYZ | 47.67 | 64.91 | 48.54 | - |
| YUV | 198.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 171 | 0.34 | 0 | 0.25 | 0.11 | 136.15 | 0.59 | 0.74 |
| Hex | 96 | E4 | AB | 22 | 0 | 19 | B | 88 | 3B | 4A |
| Octal | 226 | 344 | 253 | 42 | 0 | 31 | 13 | 210 | 73 | 112 |
| Binary | 10010110 | 11100100 | 10101011 | 100010 | 0 | 11001 | 1011 | 10001000 | 111011 | 1001010 |
Color Harmonies of #96E4AB
Complementary color
Monochromatic Colors of #96E4AB
Black with #96E4AB
Text Example
Text Example
White with #96E4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E4AB; }
p { color: rgb(150,228,171); }
H1.HeaderClassName
{
color: #96E4AB;
}
.AnyTagClassName
{
color: #96E4AB;
}
</style>
background-color css
<style>
a { background-color: #96E4AB; }
a { background-color: rgb(150,228,171); }
div.DivClassName
{
background-color: #96E4AB;
}
.BgClassName
{
background-color: #96E4AB;
}
</style>
border-color css
<style>
span { border-color: #96E4AB; }
span { border-color: rgb(150,228,171); }
td.TdClassName
{
border-color: #96E4AB;
}
.TagClassName
{
border-color: #96E4AB;
}
</style>