Shades of Chinook #90DBA6
Tints of Chinook #90DBA6
RGB
CMYK
RGB Variations
Color information
#90DBA6 (or 0x90DBA6) is known color: Chinook. HEX triplet: 90, DB and A6. RGB value is (144,219,166). Sum of RGB (Red+Green+Blue) = 144+219+166=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBA6 is #6F2459. Grayscale: #BEBEBE. Windows color (decimal): -7283802 or 10935184. OLE color: 10935184.
HSL color Cylindrical-coordinate representation of color #90DBA6: hue angle of 137.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DBA6 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 166 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.14 |
| HSL | 137.6º | 0.51% | 0.71% | - |
| HSV(B) | 137.6º | 0.34% | 0.86% | - |
| XYZ | 43.72 | 59.35 | 45.23 | - |
| YUV | 190.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 166 | 0.34 | 0 | 0.24 | 0.14 | 137.6 | 0.51 | 0.71 |
| Hex | 90 | DB | A6 | 22 | 0 | 18 | E | 8A | 33 | 47 |
| Octal | 220 | 333 | 246 | 42 | 0 | 30 | 16 | 212 | 63 | 107 |
| Binary | 10010000 | 11011011 | 10100110 | 100010 | 0 | 11000 | 1110 | 10001010 | 110011 | 1000111 |
Color Harmonies of #90DBA6
Complementary color
Monochromatic Colors of #90DBA6
Black with #90DBA6
Text Example
Text Example
White with #90DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBA6; }
p { color: rgb(144,219,166); }
H1.HeaderClassName
{
color: #90DBA6;
}
.AnyTagClassName
{
color: #90DBA6;
}
</style>
background-color css
<style>
a { background-color: #90DBA6; }
a { background-color: rgb(144,219,166); }
div.DivClassName
{
background-color: #90DBA6;
}
.BgClassName
{
background-color: #90DBA6;
}
</style>
border-color css
<style>
span { border-color: #90DBA6; }
span { border-color: rgb(144,219,166); }
td.TdClassName
{
border-color: #90DBA6;
}
.TagClassName
{
border-color: #90DBA6;
}
</style>