Shades of Chinook #90CFA3
Tints of Chinook #90CFA3
RGB
CMYK
RGB Variations
Color information
#90CFA3 (or 0x90CFA3) is known color: Chinook. HEX triplet: 90, CF and A3. RGB value is (144,207,163). Sum of RGB (Red+Green+Blue) = 144+207+163=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFA3 is #6F305C. Grayscale: #B7B7B7. Windows color (decimal): -7286877 or 10735504. OLE color: 10735504.
HSL color Cylindrical-coordinate representation of color #90CFA3: hue angle of 138.1º 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 #90CFA3 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 163 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.19 |
| HSL | 138.1º | 0.4% | 0.69% | - |
| HSV(B) | 138.1º | 0.3% | 0.81% | - |
| XYZ | 40.43 | 53.2 | 42.79 | - |
| YUV | 183.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 163 | 0.30 | 0 | 0.21 | 0.19 | 138.1 | 0.4 | 0.69 |
| Hex | 90 | CF | A3 | 1E | 0 | 15 | 13 | 8A | 28 | 45 |
| Octal | 220 | 317 | 243 | 36 | 0 | 25 | 23 | 212 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10100011 | 11110 | 0 | 10101 | 10011 | 10001010 | 101000 | 1000101 |
Color Harmonies of #90CFA3
Complementary color
Monochromatic Colors of #90CFA3
Black with #90CFA3
Text Example
Text Example
White with #90CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFA3; }
p { color: rgb(144,207,163); }
H1.HeaderClassName
{
color: #90CFA3;
}
.AnyTagClassName
{
color: #90CFA3;
}
</style>
background-color css
<style>
a { background-color: #90CFA3; }
a { background-color: rgb(144,207,163); }
div.DivClassName
{
background-color: #90CFA3;
}
.BgClassName
{
background-color: #90CFA3;
}
</style>
border-color css
<style>
span { border-color: #90CFA3; }
span { border-color: rgb(144,207,163); }
td.TdClassName
{
border-color: #90CFA3;
}
.TagClassName
{
border-color: #90CFA3;
}
</style>