Shades of Chinook #90DAA7
Tints of Chinook #90DAA7
RGB
CMYK
RGB Variations
Color information
#90DAA7 (or 0x90DAA7) is known color: Chinook. HEX triplet: 90, DA and A7. RGB value is (144,218,167). Sum of RGB (Red+Green+Blue) = 144+218+167=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DAA7 is #6F2558. Grayscale: #BEBEBE. Windows color (decimal): -7284057 or 11000464. OLE color: 11000464.
HSL color Cylindrical-coordinate representation of color #90DAA7: hue angle of 138.65º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DAA7 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 167 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.15 |
| HSL | 138.65º | 0.5% | 0.71% | - |
| HSV(B) | 138.65º | 0.34% | 0.85% | - |
| XYZ | 43.55 | 58.86 | 45.63 | - |
| YUV | 190.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 167 | 0.34 | 0 | 0.23 | 0.15 | 138.65 | 0.5 | 0.71 |
| Hex | 90 | DA | A7 | 22 | 0 | 17 | F | 8B | 32 | 47 |
| Octal | 220 | 332 | 247 | 42 | 0 | 27 | 17 | 213 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10100111 | 100010 | 0 | 10111 | 1111 | 10001011 | 110010 | 1000111 |
Color Harmonies of #90DAA7
Complementary color
Monochromatic Colors of #90DAA7
Black with #90DAA7
Text Example
Text Example
White with #90DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAA7; }
p { color: rgb(144,218,167); }
H1.HeaderClassName
{
color: #90DAA7;
}
.AnyTagClassName
{
color: #90DAA7;
}
</style>
background-color css
<style>
a { background-color: #90DAA7; }
a { background-color: rgb(144,218,167); }
div.DivClassName
{
background-color: #90DAA7;
}
.BgClassName
{
background-color: #90DAA7;
}
</style>
border-color css
<style>
span { border-color: #90DAA7; }
span { border-color: rgb(144,218,167); }
td.TdClassName
{
border-color: #90DAA7;
}
.TagClassName
{
border-color: #90DAA7;
}
</style>