Shades of Chinook #96CDA6
Tints of Chinook #96CDA6
RGB
CMYK
RGB Variations
Color information
#96CDA6 (or 0x96CDA6) is known color: Chinook. HEX triplet: 96, CD and A6. RGB value is (150,205,166). Sum of RGB (Red+Green+Blue) = 150+205+166=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CDA6 is #693259. Grayscale: #B8B8B8. Windows color (decimal): -6894170 or 10931606. OLE color: 10931606.
HSL color Cylindrical-coordinate representation of color #96CDA6: hue angle of 137.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CDA6 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 205 | 166 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.20 |
| HSL | 137.45º | 0.35% | 0.7% | - |
| HSV(B) | 137.45º | 0.27% | 0.8% | - |
| XYZ | 41.29 | 52.9 | 44.11 | - |
| YUV | 184.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 166 | 0.27 | 0 | 0.19 | 0.20 | 137.45 | 0.35 | 0.7 |
| Hex | 96 | CD | A6 | 1B | 0 | 13 | 14 | 89 | 23 | 46 |
| Octal | 226 | 315 | 246 | 33 | 0 | 23 | 24 | 211 | 43 | 106 |
| Binary | 10010110 | 11001101 | 10100110 | 11011 | 0 | 10011 | 10100 | 10001001 | 100011 | 1000110 |
Color Harmonies of #96CDA6
Complementary color
Monochromatic Colors of #96CDA6
Black with #96CDA6
Text Example
Text Example
White with #96CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDA6; }
p { color: rgb(150,205,166); }
H1.HeaderClassName
{
color: #96CDA6;
}
.AnyTagClassName
{
color: #96CDA6;
}
</style>
background-color css
<style>
a { background-color: #96CDA6; }
a { background-color: rgb(150,205,166); }
div.DivClassName
{
background-color: #96CDA6;
}
.BgClassName
{
background-color: #96CDA6;
}
</style>
border-color css
<style>
span { border-color: #96CDA6; }
span { border-color: rgb(150,205,166); }
td.TdClassName
{
border-color: #96CDA6;
}
.TagClassName
{
border-color: #96CDA6;
}
</style>