Shades of Chinook #96CFA1
Tints of Chinook #96CFA1
RGB
CMYK
RGB Variations
Color information
#96CFA1 (or 0x96CFA1) is known color: Chinook. HEX triplet: 96, CF and A1. RGB value is (150,207,161). Sum of RGB (Red+Green+Blue) = 150+207+161=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CFA1 is #69305E. Grayscale: #B8B8B8. Windows color (decimal): -6893663 or 10604438. OLE color: 10604438.
HSL color Cylindrical-coordinate representation of color #96CFA1: hue angle of 131.58º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFA1 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 161 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.19 |
| HSL | 131.58º | 0.37% | 0.7% | - |
| HSV(B) | 131.58º | 0.28% | 0.81% | - |
| XYZ | 41.32 | 53.68 | 41.9 | - |
| YUV | 184.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 161 | 0.28 | 0 | 0.22 | 0.19 | 131.58 | 0.37 | 0.7 |
| Hex | 96 | CF | A1 | 1C | 0 | 16 | 13 | 84 | 25 | 46 |
| Octal | 226 | 317 | 241 | 34 | 0 | 26 | 23 | 204 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10100001 | 11100 | 0 | 10110 | 10011 | 10000100 | 100101 | 1000110 |
Color Harmonies of #96CFA1
Complementary color
Monochromatic Colors of #96CFA1
Black with #96CFA1
Text Example
Text Example
White with #96CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFA1; }
p { color: rgb(150,207,161); }
H1.HeaderClassName
{
color: #96CFA1;
}
.AnyTagClassName
{
color: #96CFA1;
}
</style>
background-color css
<style>
a { background-color: #96CFA1; }
a { background-color: rgb(150,207,161); }
div.DivClassName
{
background-color: #96CFA1;
}
.BgClassName
{
background-color: #96CFA1;
}
</style>
border-color css
<style>
span { border-color: #96CFA1; }
span { border-color: rgb(150,207,161); }
td.TdClassName
{
border-color: #96CFA1;
}
.TagClassName
{
border-color: #96CFA1;
}
</style>