Shades of Chinook #90D8A6
Tints of Chinook #90D8A6
RGB
CMYK
RGB Variations
Color information
#90D8A6 (or 0x90D8A6) is known color: Chinook. HEX triplet: 90, D8 and A6. RGB value is (144,216,166). Sum of RGB (Red+Green+Blue) = 144+216+166=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D8A6 is #6F2759. Grayscale: #BCBCBC. Windows color (decimal): -7284570 or 10934416. OLE color: 10934416.
HSL color Cylindrical-coordinate representation of color #90D8A6: hue angle of 138.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D8A6 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 166 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.15 |
| HSL | 138.33º | 0.48% | 0.71% | - |
| HSV(B) | 138.33º | 0.33% | 0.85% | - |
| XYZ | 42.94 | 57.79 | 44.97 | - |
| YUV | 188.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 166 | 0.33 | 0 | 0.23 | 0.15 | 138.33 | 0.48 | 0.71 |
| Hex | 90 | D8 | A6 | 21 | 0 | 17 | F | 8A | 30 | 47 |
| Octal | 220 | 330 | 246 | 41 | 0 | 27 | 17 | 212 | 60 | 107 |
| Binary | 10010000 | 11011000 | 10100110 | 100001 | 0 | 10111 | 1111 | 10001010 | 110000 | 1000111 |
Color Harmonies of #90D8A6
Complementary color
Monochromatic Colors of #90D8A6
Black with #90D8A6
Text Example
Text Example
White with #90D8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8A6; }
p { color: rgb(144,216,166); }
H1.HeaderClassName
{
color: #90D8A6;
}
.AnyTagClassName
{
color: #90D8A6;
}
</style>
background-color css
<style>
a { background-color: #90D8A6; }
a { background-color: rgb(144,216,166); }
div.DivClassName
{
background-color: #90D8A6;
}
.BgClassName
{
background-color: #90D8A6;
}
</style>
border-color css
<style>
span { border-color: #90D8A6; }
span { border-color: rgb(144,216,166); }
td.TdClassName
{
border-color: #90D8A6;
}
.TagClassName
{
border-color: #90D8A6;
}
</style>