Shades of Chinook #96DAA3
Tints of Chinook #96DAA3
RGB
CMYK
RGB Variations
Color information
#96DAA3 (or 0x96DAA3) is known color: Chinook. HEX triplet: 96, DA and A3. RGB value is (150,218,163). Sum of RGB (Red+Green+Blue) = 150+218+163=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DAA3 is #69255C. Grayscale: #BFBFBF. Windows color (decimal): -6890845 or 10738326. OLE color: 10738326.
HSL color Cylindrical-coordinate representation of color #96DAA3: hue angle of 131.47º 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 #96DAA3 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 163 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.15 |
| HSL | 131.47º | 0.48% | 0.72% | - |
| HSV(B) | 131.47º | 0.31% | 0.85% | - |
| XYZ | 44.26 | 59.27 | 43.76 | - |
| YUV | 191.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 163 | 0.31 | 0 | 0.25 | 0.15 | 131.47 | 0.48 | 0.72 |
| Hex | 96 | DA | A3 | 1F | 0 | 19 | F | 83 | 30 | 48 |
| Octal | 226 | 332 | 243 | 37 | 0 | 31 | 17 | 203 | 60 | 110 |
| Binary | 10010110 | 11011010 | 10100011 | 11111 | 0 | 11001 | 1111 | 10000011 | 110000 | 1001000 |
Color Harmonies of #96DAA3
Complementary color
Monochromatic Colors of #96DAA3
Black with #96DAA3
Text Example
Text Example
White with #96DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DAA3; }
p { color: rgb(150,218,163); }
H1.HeaderClassName
{
color: #96DAA3;
}
.AnyTagClassName
{
color: #96DAA3;
}
</style>
background-color css
<style>
a { background-color: #96DAA3; }
a { background-color: rgb(150,218,163); }
div.DivClassName
{
background-color: #96DAA3;
}
.BgClassName
{
background-color: #96DAA3;
}
</style>
border-color css
<style>
span { border-color: #96DAA3; }
span { border-color: rgb(150,218,163); }
td.TdClassName
{
border-color: #96DAA3;
}
.TagClassName
{
border-color: #96DAA3;
}
</style>