Shades of Chinook #96EBA6
Tints of Chinook #96EBA6
RGB
CMYK
RGB Variations
Color information
#96EBA6 (or 0x96EBA6) is known color: Chinook. HEX triplet: 96, EB and A6. RGB value is (150,235,166). Sum of RGB (Red+Green+Blue) = 150+235+166=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EBA6 is #691459. Grayscale: #C9C9C9. Windows color (decimal): -6886490 or 10939286. OLE color: 10939286.
HSL color Cylindrical-coordinate representation of color #96EBA6: hue angle of 131.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBA6 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 235 | 166 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.08 |
| HSL | 131.29º | 0.68% | 0.75% | - |
| HSV(B) | 131.29º | 0.36% | 0.92% | - |
| XYZ | 49.17 | 68.65 | 46.74 | - |
| YUV | 201.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 235 | 166 | 0.36 | 0 | 0.29 | 0.08 | 131.29 | 0.68 | 0.75 |
| Hex | 96 | EB | A6 | 24 | 0 | 1D | 8 | 83 | 44 | 4B |
| Octal | 226 | 353 | 246 | 44 | 0 | 35 | 10 | 203 | 104 | 113 |
| Binary | 10010110 | 11101011 | 10100110 | 100100 | 0 | 11101 | 1000 | 10000011 | 1000100 | 1001011 |
Color Harmonies of #96EBA6
Complementary color
Monochromatic Colors of #96EBA6
Black with #96EBA6
Text Example
Text Example
White with #96EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EBA6; }
p { color: rgb(150,235,166); }
H1.HeaderClassName
{
color: #96EBA6;
}
.AnyTagClassName
{
color: #96EBA6;
}
</style>
background-color css
<style>
a { background-color: #96EBA6; }
a { background-color: rgb(150,235,166); }
div.DivClassName
{
background-color: #96EBA6;
}
.BgClassName
{
background-color: #96EBA6;
}
</style>
border-color css
<style>
span { border-color: #96EBA6; }
span { border-color: rgb(150,235,166); }
td.TdClassName
{
border-color: #96EBA6;
}
.TagClassName
{
border-color: #96EBA6;
}
</style>