Shades of Chinook #A0DEAE
Tints of Chinook #A0DEAE
RGB
CMYK
RGB Variations
Color information
#A0DEAE (or 0xA0DEAE) is known color: Chinook. HEX triplet: A0, DE and AE. RGB value is (160,222,174). Sum of RGB (Red+Green+Blue) = 160+222+174=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DEAE is #5F2151. Grayscale: #C6C6C6. Windows color (decimal): -6234450 or 11460256. OLE color: 11460256.
HSL color Cylindrical-coordinate representation of color #A0DEAE: hue angle of 133.55º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DEAE is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 174 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.13 |
| HSL | 133.55º | 0.48% | 0.75% | - |
| HSV(B) | 133.55º | 0.28% | 0.87% | - |
| XYZ | 48.26 | 62.77 | 49.62 | - |
| YUV | 197.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 174 | 0.28 | 0 | 0.22 | 0.13 | 133.55 | 0.48 | 0.75 |
| Hex | A0 | DE | AE | 1C | 0 | 16 | D | 86 | 30 | 4B |
| Octal | 240 | 336 | 256 | 34 | 0 | 26 | 15 | 206 | 60 | 113 |
| Binary | 10100000 | 11011110 | 10101110 | 11100 | 0 | 10110 | 1101 | 10000110 | 110000 | 1001011 |
Color Harmonies of #A0DEAE
Complementary color
Monochromatic Colors of #A0DEAE
Black with #A0DEAE
Text Example
Text Example
White with #A0DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEAE; }
p { color: rgb(160,222,174); }
H1.HeaderClassName
{
color: #A0DEAE;
}
.AnyTagClassName
{
color: #A0DEAE;
}
</style>
background-color css
<style>
a { background-color: #A0DEAE; }
a { background-color: rgb(160,222,174); }
div.DivClassName
{
background-color: #A0DEAE;
}
.BgClassName
{
background-color: #A0DEAE;
}
</style>
border-color css
<style>
span { border-color: #A0DEAE; }
span { border-color: rgb(160,222,174); }
td.TdClassName
{
border-color: #A0DEAE;
}
.TagClassName
{
border-color: #A0DEAE;
}
</style>