Shades of Chinook #90DEA5
Tints of Chinook #90DEA5
RGB
CMYK
RGB Variations
Color information
#90DEA5 (or 0x90DEA5) is known color: Chinook. HEX triplet: 90, DE and A5. RGB value is (144,222,165). Sum of RGB (Red+Green+Blue) = 144+222+165=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DEA5 is #6F215A. Grayscale: #C0C0C0. Windows color (decimal): -7283035 or 10870416. OLE color: 10870416.
HSL color Cylindrical-coordinate representation of color #90DEA5: hue angle of 136.15º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DEA5 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 165 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.13 |
| HSL | 136.15º | 0.54% | 0.72% | - |
| HSV(B) | 136.15º | 0.35% | 0.87% | - |
| XYZ | 44.41 | 60.89 | 45.01 | - |
| YUV | 192.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 165 | 0.35 | 0 | 0.26 | 0.13 | 136.15 | 0.54 | 0.72 |
| Hex | 90 | DE | A5 | 23 | 0 | 1A | D | 88 | 36 | 48 |
| Octal | 220 | 336 | 245 | 43 | 0 | 32 | 15 | 210 | 66 | 110 |
| Binary | 10010000 | 11011110 | 10100101 | 100011 | 0 | 11010 | 1101 | 10001000 | 110110 | 1001000 |
Color Harmonies of #90DEA5
Complementary color
Monochromatic Colors of #90DEA5
Black with #90DEA5
Text Example
Text Example
White with #90DEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEA5; }
p { color: rgb(144,222,165); }
H1.HeaderClassName
{
color: #90DEA5;
}
.AnyTagClassName
{
color: #90DEA5;
}
</style>
background-color css
<style>
a { background-color: #90DEA5; }
a { background-color: rgb(144,222,165); }
div.DivClassName
{
background-color: #90DEA5;
}
.BgClassName
{
background-color: #90DEA5;
}
</style>
border-color css
<style>
span { border-color: #90DEA5; }
span { border-color: rgb(144,222,165); }
td.TdClassName
{
border-color: #90DEA5;
}
.TagClassName
{
border-color: #90DEA5;
}
</style>