Shades of Chinook #96CFA0
Tints of Chinook #96CFA0
RGB
CMYK
RGB Variations
Color information
#96CFA0 (or 0x96CFA0) is known color: Chinook. HEX triplet: 96, CF and A0. RGB value is (150,207,160). Sum of RGB (Red+Green+Blue) = 150+207+160=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CFA0 is #69305F. Grayscale: #B8B8B8. Windows color (decimal): -6893664 or 10538902. OLE color: 10538902.
HSL color Cylindrical-coordinate representation of color #96CFA0: hue angle of 130.53º 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 #96CFA0 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 160 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.19 |
| HSL | 130.53º | 0.37% | 0.7% | - |
| HSV(B) | 130.53º | 0.28% | 0.81% | - |
| XYZ | 41.24 | 53.65 | 41.44 | - |
| YUV | 184.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 160 | 0.28 | 0 | 0.23 | 0.19 | 130.53 | 0.37 | 0.7 |
| Hex | 96 | CF | A0 | 1C | 0 | 17 | 13 | 83 | 25 | 46 |
| Octal | 226 | 317 | 240 | 34 | 0 | 27 | 23 | 203 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10100000 | 11100 | 0 | 10111 | 10011 | 10000011 | 100101 | 1000110 |
Color Harmonies of #96CFA0
Complementary color
Monochromatic Colors of #96CFA0
Black with #96CFA0
Text Example
Text Example
White with #96CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFA0; }
p { color: rgb(150,207,160); }
H1.HeaderClassName
{
color: #96CFA0;
}
.AnyTagClassName
{
color: #96CFA0;
}
</style>
background-color css
<style>
a { background-color: #96CFA0; }
a { background-color: rgb(150,207,160); }
div.DivClassName
{
background-color: #96CFA0;
}
.BgClassName
{
background-color: #96CFA0;
}
</style>
border-color css
<style>
span { border-color: #96CFA0; }
span { border-color: rgb(150,207,160); }
td.TdClassName
{
border-color: #96CFA0;
}
.TagClassName
{
border-color: #96CFA0;
}
</style>