Shades of Chinook #90CFA5
Tints of Chinook #90CFA5
RGB
CMYK
RGB Variations
Color information
#90CFA5 (or 0x90CFA5) is known color: Chinook. HEX triplet: 90, CF and A5. RGB value is (144,207,165). Sum of RGB (Red+Green+Blue) = 144+207+165=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFA5 is #6F305A. Grayscale: #B7B7B7. Windows color (decimal): -7286875 or 10866576. OLE color: 10866576.
HSL color Cylindrical-coordinate representation of color #90CFA5: hue angle of 140º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CFA5 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 165 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.19 |
| HSL | 140º | 0.4% | 0.69% | - |
| HSV(B) | 140º | 0.3% | 0.81% | - |
| XYZ | 40.61 | 53.27 | 43.74 | - |
| YUV | 183.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 165 | 0.30 | 0 | 0.20 | 0.19 | 140 | 0.4 | 0.69 |
| Hex | 90 | CF | A5 | 1E | 0 | 14 | 13 | 8C | 28 | 45 |
| Octal | 220 | 317 | 245 | 36 | 0 | 24 | 23 | 214 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10100101 | 11110 | 0 | 10100 | 10011 | 10001100 | 101000 | 1000101 |
Color Harmonies of #90CFA5
Complementary color
Monochromatic Colors of #90CFA5
Black with #90CFA5
Text Example
Text Example
White with #90CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFA5; }
p { color: rgb(144,207,165); }
H1.HeaderClassName
{
color: #90CFA5;
}
.AnyTagClassName
{
color: #90CFA5;
}
</style>
background-color css
<style>
a { background-color: #90CFA5; }
a { background-color: rgb(144,207,165); }
div.DivClassName
{
background-color: #90CFA5;
}
.BgClassName
{
background-color: #90CFA5;
}
</style>
border-color css
<style>
span { border-color: #90CFA5; }
span { border-color: rgb(144,207,165); }
td.TdClassName
{
border-color: #90CFA5;
}
.TagClassName
{
border-color: #90CFA5;
}
</style>