Shades of Chinook #96DBAB
Tints of Chinook #96DBAB
RGB
CMYK
RGB Variations
Color information
#96DBAB (or 0x96DBAB) is known color: Chinook. HEX triplet: 96, DB and AB. RGB value is (150,219,171). Sum of RGB (Red+Green+Blue) = 150+219+171=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBAB is #692454. Grayscale: #C1C1C1. Windows color (decimal): -6890581 or 11262870. OLE color: 11262870.
HSL color Cylindrical-coordinate representation of color #96DBAB: hue angle of 138.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBAB is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 171 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.14 |
| HSL | 138.26º | 0.49% | 0.72% | - |
| HSV(B) | 138.26º | 0.32% | 0.86% | - |
| XYZ | 45.26 | 60.09 | 47.74 | - |
| YUV | 192.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 171 | 0.32 | 0 | 0.22 | 0.14 | 138.26 | 0.49 | 0.72 |
| Hex | 96 | DB | AB | 20 | 0 | 16 | E | 8A | 31 | 48 |
| Octal | 226 | 333 | 253 | 40 | 0 | 26 | 16 | 212 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10101011 | 100000 | 0 | 10110 | 1110 | 10001010 | 110001 | 1001000 |
Color Harmonies of #96DBAB
Complementary color
Monochromatic Colors of #96DBAB
Black with #96DBAB
Text Example
Text Example
White with #96DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBAB; }
p { color: rgb(150,219,171); }
H1.HeaderClassName
{
color: #96DBAB;
}
.AnyTagClassName
{
color: #96DBAB;
}
</style>
background-color css
<style>
a { background-color: #96DBAB; }
a { background-color: rgb(150,219,171); }
div.DivClassName
{
background-color: #96DBAB;
}
.BgClassName
{
background-color: #96DBAB;
}
</style>
border-color css
<style>
span { border-color: #96DBAB; }
span { border-color: rgb(150,219,171); }
td.TdClassName
{
border-color: #96DBAB;
}
.TagClassName
{
border-color: #96DBAB;
}
</style>