Shades of Chinook #90DBA5
Tints of Chinook #90DBA5
RGB
CMYK
RGB Variations
Color information
#90DBA5 (or 0x90DBA5) is known color: Chinook. HEX triplet: 90, DB and A5. RGB value is (144,219,165). Sum of RGB (Red+Green+Blue) = 144+219+165=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBA5 is #6F245A. Grayscale: #BEBEBE. Windows color (decimal): -7283803 or 10869648. OLE color: 10869648.
HSL color Cylindrical-coordinate representation of color #90DBA5: hue angle of 136.8º 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 #90DBA5 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 165 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.14 |
| HSL | 136.8º | 0.51% | 0.71% | - |
| HSV(B) | 136.8º | 0.34% | 0.86% | - |
| XYZ | 43.62 | 59.31 | 44.75 | - |
| YUV | 190.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 165 | 0.34 | 0 | 0.25 | 0.14 | 136.8 | 0.51 | 0.71 |
| Hex | 90 | DB | A5 | 22 | 0 | 19 | E | 89 | 33 | 47 |
| Octal | 220 | 333 | 245 | 42 | 0 | 31 | 16 | 211 | 63 | 107 |
| Binary | 10010000 | 11011011 | 10100101 | 100010 | 0 | 11001 | 1110 | 10001001 | 110011 | 1000111 |
Color Harmonies of #90DBA5
Complementary color
Monochromatic Colors of #90DBA5
Black with #90DBA5
Text Example
Text Example
White with #90DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBA5; }
p { color: rgb(144,219,165); }
H1.HeaderClassName
{
color: #90DBA5;
}
.AnyTagClassName
{
color: #90DBA5;
}
</style>
background-color css
<style>
a { background-color: #90DBA5; }
a { background-color: rgb(144,219,165); }
div.DivClassName
{
background-color: #90DBA5;
}
.BgClassName
{
background-color: #90DBA5;
}
</style>
border-color css
<style>
span { border-color: #90DBA5; }
span { border-color: rgb(144,219,165); }
td.TdClassName
{
border-color: #90DBA5;
}
.TagClassName
{
border-color: #90DBA5;
}
</style>