Shades of Chinook #90DFA7
Tints of Chinook #90DFA7
RGB
CMYK
RGB Variations
Color information
#90DFA7 (or 0x90DFA7) is known color: Chinook. HEX triplet: 90, DF and A7. RGB value is (144,223,167). Sum of RGB (Red+Green+Blue) = 144+223+167=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DFA7 is #6F2058. Grayscale: #C1C1C1. Windows color (decimal): -7282777 or 11001744. OLE color: 11001744.
HSL color Cylindrical-coordinate representation of color #90DFA7: hue angle of 137.47º degrees, saturation: 0.55, 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 #90DFA7 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 167 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.13 |
| HSL | 137.47º | 0.55% | 0.72% | - |
| HSV(B) | 137.47º | 0.35% | 0.87% | - |
| XYZ | 44.86 | 61.49 | 46.06 | - |
| YUV | 193 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 167 | 0.35 | 0 | 0.25 | 0.13 | 137.47 | 0.55 | 0.72 |
| Hex | 90 | DF | A7 | 23 | 0 | 19 | D | 89 | 37 | 48 |
| Octal | 220 | 337 | 247 | 43 | 0 | 31 | 15 | 211 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10100111 | 100011 | 0 | 11001 | 1101 | 10001001 | 110111 | 1001000 |
Color Harmonies of #90DFA7
Complementary color
Monochromatic Colors of #90DFA7
Black with #90DFA7
Text Example
Text Example
White with #90DFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFA7; }
p { color: rgb(144,223,167); }
H1.HeaderClassName
{
color: #90DFA7;
}
.AnyTagClassName
{
color: #90DFA7;
}
</style>
background-color css
<style>
a { background-color: #90DFA7; }
a { background-color: rgb(144,223,167); }
div.DivClassName
{
background-color: #90DFA7;
}
.BgClassName
{
background-color: #90DFA7;
}
</style>
border-color css
<style>
span { border-color: #90DFA7; }
span { border-color: rgb(144,223,167); }
td.TdClassName
{
border-color: #90DFA7;
}
.TagClassName
{
border-color: #90DFA7;
}
</style>