Shades of Chinook #96DAA1
Tints of Chinook #96DAA1
RGB
CMYK
RGB Variations
Color information
#96DAA1 (or 0x96DAA1) is known color: Chinook. HEX triplet: 96, DA and A1. RGB value is (150,218,161). Sum of RGB (Red+Green+Blue) = 150+218+161=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DAA1 is #69255E. Grayscale: #BFBFBF. Windows color (decimal): -6890847 or 10607254. OLE color: 10607254.
HSL color Cylindrical-coordinate representation of color #96DAA1: hue angle of 129.71º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96DAA1 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 161 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.15 |
| HSL | 129.71º | 0.48% | 0.72% | - |
| HSV(B) | 129.71º | 0.31% | 0.85% | - |
| XYZ | 44.08 | 59.2 | 42.82 | - |
| YUV | 191.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 161 | 0.31 | 0 | 0.26 | 0.15 | 129.71 | 0.48 | 0.72 |
| Hex | 96 | DA | A1 | 1F | 0 | 1A | F | 82 | 30 | 48 |
| Octal | 226 | 332 | 241 | 37 | 0 | 32 | 17 | 202 | 60 | 110 |
| Binary | 10010110 | 11011010 | 10100001 | 11111 | 0 | 11010 | 1111 | 10000010 | 110000 | 1001000 |
Color Harmonies of #96DAA1
Complementary color
Monochromatic Colors of #96DAA1
Black with #96DAA1
Text Example
Text Example
White with #96DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DAA1; }
p { color: rgb(150,218,161); }
H1.HeaderClassName
{
color: #96DAA1;
}
.AnyTagClassName
{
color: #96DAA1;
}
</style>
background-color css
<style>
a { background-color: #96DAA1; }
a { background-color: rgb(150,218,161); }
div.DivClassName
{
background-color: #96DAA1;
}
.BgClassName
{
background-color: #96DAA1;
}
</style>
border-color css
<style>
span { border-color: #96DAA1; }
span { border-color: rgb(150,218,161); }
td.TdClassName
{
border-color: #96DAA1;
}
.TagClassName
{
border-color: #96DAA1;
}
</style>