Shades of Chinook #96DBA8
Tints of Chinook #96DBA8
RGB
CMYK
RGB Variations
Color information
#96DBA8 (or 0x96DBA8) is known color: Chinook. HEX triplet: 96, DB and A8. RGB value is (150,219,168). Sum of RGB (Red+Green+Blue) = 150+219+168=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBA8 is #692457. Grayscale: #C0C0C0. Windows color (decimal): -6890584 or 11066262. OLE color: 11066262.
HSL color Cylindrical-coordinate representation of color #96DBA8: hue angle of 135.65º 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 #96DBA8 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 168 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.14 |
| HSL | 135.65º | 0.49% | 0.72% | - |
| HSV(B) | 135.65º | 0.32% | 0.86% | - |
| XYZ | 44.98 | 59.97 | 46.25 | - |
| YUV | 192.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 168 | 0.32 | 0 | 0.23 | 0.14 | 135.65 | 0.49 | 0.72 |
| Hex | 96 | DB | A8 | 20 | 0 | 17 | E | 88 | 31 | 48 |
| Octal | 226 | 333 | 250 | 40 | 0 | 27 | 16 | 210 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10101000 | 100000 | 0 | 10111 | 1110 | 10001000 | 110001 | 1001000 |
Color Harmonies of #96DBA8
Complementary color
Monochromatic Colors of #96DBA8
Black with #96DBA8
Text Example
Text Example
White with #96DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBA8; }
p { color: rgb(150,219,168); }
H1.HeaderClassName
{
color: #96DBA8;
}
.AnyTagClassName
{
color: #96DBA8;
}
</style>
background-color css
<style>
a { background-color: #96DBA8; }
a { background-color: rgb(150,219,168); }
div.DivClassName
{
background-color: #96DBA8;
}
.BgClassName
{
background-color: #96DBA8;
}
</style>
border-color css
<style>
span { border-color: #96DBA8; }
span { border-color: rgb(150,219,168); }
td.TdClassName
{
border-color: #96DBA8;
}
.TagClassName
{
border-color: #96DBA8;
}
</style>