Shades of Chinook #96E8AC
Tints of Chinook #96E8AC
RGB
CMYK
RGB Variations
Color information
#96E8AC (or 0x96E8AC) is known color: Chinook. HEX triplet: 96, E8 and AC. RGB value is (150,232,172). Sum of RGB (Red+Green+Blue) = 150+232+172=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E8AC is #691753. Grayscale: #C8C8C8. Windows color (decimal): -6887252 or 11331734. OLE color: 11331734.
HSL color Cylindrical-coordinate representation of color #96E8AC: hue angle of 136.1º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E8AC is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 172 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.09 |
| HSL | 136.1º | 0.64% | 0.75% | - |
| HSV(B) | 136.1º | 0.35% | 0.91% | - |
| XYZ | 48.88 | 67.18 | 49.42 | - |
| YUV | 200.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 172 | 0.35 | 0 | 0.26 | 0.09 | 136.1 | 0.64 | 0.75 |
| Hex | 96 | E8 | AC | 23 | 0 | 1A | 9 | 88 | 40 | 4B |
| Octal | 226 | 350 | 254 | 43 | 0 | 32 | 11 | 210 | 100 | 113 |
| Binary | 10010110 | 11101000 | 10101100 | 100011 | 0 | 11010 | 1001 | 10001000 | 1000000 | 1001011 |
Color Harmonies of #96E8AC
Complementary color
Monochromatic Colors of #96E8AC
Black with #96E8AC
Text Example
Text Example
White with #96E8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E8AC; }
p { color: rgb(150,232,172); }
H1.HeaderClassName
{
color: #96E8AC;
}
.AnyTagClassName
{
color: #96E8AC;
}
</style>
background-color css
<style>
a { background-color: #96E8AC; }
a { background-color: rgb(150,232,172); }
div.DivClassName
{
background-color: #96E8AC;
}
.BgClassName
{
background-color: #96E8AC;
}
</style>
border-color css
<style>
span { border-color: #96E8AC; }
span { border-color: rgb(150,232,172); }
td.TdClassName
{
border-color: #96E8AC;
}
.TagClassName
{
border-color: #96E8AC;
}
</style>