Shades of Chinook #A2DEAE
Tints of Chinook #A2DEAE
RGB
CMYK
RGB Variations
Color information
#A2DEAE (or 0xA2DEAE) is known color: Chinook. HEX triplet: A2, DE and AE. RGB value is (162,222,174). Sum of RGB (Red+Green+Blue) = 162+222+174=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DEAE is #5D2151. Grayscale: #C6C6C6. Windows color (decimal): -6103378 or 11460258. OLE color: 11460258.
HSL color Cylindrical-coordinate representation of color #A2DEAE: hue angle of 132º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DEAE is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 174 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.13 |
| HSL | 132º | 0.48% | 0.75% | - |
| HSV(B) | 132º | 0.27% | 0.87% | - |
| XYZ | 48.66 | 62.98 | 49.64 | - |
| YUV | 198.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 174 | 0.27 | 0 | 0.22 | 0.13 | 132 | 0.48 | 0.75 |
| Hex | A2 | DE | AE | 1B | 0 | 16 | D | 84 | 30 | 4B |
| Octal | 242 | 336 | 256 | 33 | 0 | 26 | 15 | 204 | 60 | 113 |
| Binary | 10100010 | 11011110 | 10101110 | 11011 | 0 | 10110 | 1101 | 10000100 | 110000 | 1001011 |
Color Harmonies of #A2DEAE
Complementary color
Monochromatic Colors of #A2DEAE
Black with #A2DEAE
Text Example
Text Example
White with #A2DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DEAE; }
p { color: rgb(162,222,174); }
H1.HeaderClassName
{
color: #A2DEAE;
}
.AnyTagClassName
{
color: #A2DEAE;
}
</style>
background-color css
<style>
a { background-color: #A2DEAE; }
a { background-color: rgb(162,222,174); }
div.DivClassName
{
background-color: #A2DEAE;
}
.BgClassName
{
background-color: #A2DEAE;
}
</style>
border-color css
<style>
span { border-color: #A2DEAE; }
span { border-color: rgb(162,222,174); }
td.TdClassName
{
border-color: #A2DEAE;
}
.TagClassName
{
border-color: #A2DEAE;
}
</style>