Shades of Chinook #90DFA8
Tints of Chinook #90DFA8
RGB
CMYK
RGB Variations
Color information
#90DFA8 (or 0x90DFA8) is known color: Chinook. HEX triplet: 90, DF and A8. RGB value is (144,223,168). Sum of RGB (Red+Green+Blue) = 144+223+168=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DFA8 is #6F2057. Grayscale: #C1C1C1. Windows color (decimal): -7282776 or 11067280. OLE color: 11067280.
HSL color Cylindrical-coordinate representation of color #90DFA8: hue angle of 138.23º 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 #90DFA8 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 168 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.13 |
| HSL | 138.23º | 0.55% | 0.72% | - |
| HSV(B) | 138.23º | 0.35% | 0.87% | - |
| XYZ | 44.96 | 61.53 | 46.55 | - |
| YUV | 193.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 168 | 0.35 | 0 | 0.25 | 0.13 | 138.23 | 0.55 | 0.72 |
| Hex | 90 | DF | A8 | 23 | 0 | 19 | D | 8A | 37 | 48 |
| Octal | 220 | 337 | 250 | 43 | 0 | 31 | 15 | 212 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10101000 | 100011 | 0 | 11001 | 1101 | 10001010 | 110111 | 1001000 |
Color Harmonies of #90DFA8
Complementary color
Monochromatic Colors of #90DFA8
Black with #90DFA8
Text Example
Text Example
White with #90DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFA8; }
p { color: rgb(144,223,168); }
H1.HeaderClassName
{
color: #90DFA8;
}
.AnyTagClassName
{
color: #90DFA8;
}
</style>
background-color css
<style>
a { background-color: #90DFA8; }
a { background-color: rgb(144,223,168); }
div.DivClassName
{
background-color: #90DFA8;
}
.BgClassName
{
background-color: #90DFA8;
}
</style>
border-color css
<style>
span { border-color: #90DFA8; }
span { border-color: rgb(144,223,168); }
td.TdClassName
{
border-color: #90DFA8;
}
.TagClassName
{
border-color: #90DFA8;
}
</style>