Shades of Chinook #90DDA8
Tints of Chinook #90DDA8
RGB
CMYK
RGB Variations
Color information
#90DDA8 (or 0x90DDA8) is known color: Chinook. HEX triplet: 90, DD and A8. RGB value is (144,221,168). Sum of RGB (Red+Green+Blue) = 144+221+168=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DDA8 is #6F2257. Grayscale: #C0C0C0. Windows color (decimal): -7283288 or 11066768. OLE color: 11066768.
HSL color Cylindrical-coordinate representation of color #90DDA8: hue angle of 138.7º degrees, saturation: 0.53, 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 #90DDA8 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 168 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.13 |
| HSL | 138.7º | 0.53% | 0.72% | - |
| HSV(B) | 138.7º | 0.35% | 0.87% | - |
| XYZ | 44.43 | 60.47 | 46.38 | - |
| YUV | 191.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 168 | 0.35 | 0 | 0.24 | 0.13 | 138.7 | 0.53 | 0.72 |
| Hex | 90 | DD | A8 | 23 | 0 | 18 | D | 8B | 35 | 48 |
| Octal | 220 | 335 | 250 | 43 | 0 | 30 | 15 | 213 | 65 | 110 |
| Binary | 10010000 | 11011101 | 10101000 | 100011 | 0 | 11000 | 1101 | 10001011 | 110101 | 1001000 |
Color Harmonies of #90DDA8
Complementary color
Monochromatic Colors of #90DDA8
Black with #90DDA8
Text Example
Text Example
White with #90DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDA8; }
p { color: rgb(144,221,168); }
H1.HeaderClassName
{
color: #90DDA8;
}
.AnyTagClassName
{
color: #90DDA8;
}
</style>
background-color css
<style>
a { background-color: #90DDA8; }
a { background-color: rgb(144,221,168); }
div.DivClassName
{
background-color: #90DDA8;
}
.BgClassName
{
background-color: #90DDA8;
}
</style>
border-color css
<style>
span { border-color: #90DDA8; }
span { border-color: rgb(144,221,168); }
td.TdClassName
{
border-color: #90DDA8;
}
.TagClassName
{
border-color: #90DDA8;
}
</style>