Shades of Chinook #A2DEAD
Tints of Chinook #A2DEAD
RGB
CMYK
RGB Variations
Color information
#A2DEAD (or 0xA2DEAD) is known color: Chinook. HEX triplet: A2, DE and AD. RGB value is (162,222,173). Sum of RGB (Red+Green+Blue) = 162+222+173=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DEAD is #5D2152. Grayscale: #C6C6C6. Windows color (decimal): -6103379 or 11394722. OLE color: 11394722.
HSL color Cylindrical-coordinate representation of color #A2DEAD: hue angle of 131º 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 #A2DEAD is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 173 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.13 |
| HSL | 131º | 0.48% | 0.75% | - |
| HSV(B) | 131º | 0.27% | 0.87% | - |
| XYZ | 48.56 | 62.94 | 49.12 | - |
| YUV | 198.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 173 | 0.27 | 0 | 0.22 | 0.13 | 131 | 0.48 | 0.75 |
| Hex | A2 | DE | AD | 1B | 0 | 16 | D | 83 | 30 | 4B |
| Octal | 242 | 336 | 255 | 33 | 0 | 26 | 15 | 203 | 60 | 113 |
| Binary | 10100010 | 11011110 | 10101101 | 11011 | 0 | 10110 | 1101 | 10000011 | 110000 | 1001011 |
Color Harmonies of #A2DEAD
Complementary color
Monochromatic Colors of #A2DEAD
Black with #A2DEAD
Text Example
Text Example
White with #A2DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DEAD; }
p { color: rgb(162,222,173); }
H1.HeaderClassName
{
color: #A2DEAD;
}
.AnyTagClassName
{
color: #A2DEAD;
}
</style>
background-color css
<style>
a { background-color: #A2DEAD; }
a { background-color: rgb(162,222,173); }
div.DivClassName
{
background-color: #A2DEAD;
}
.BgClassName
{
background-color: #A2DEAD;
}
</style>
border-color css
<style>
span { border-color: #A2DEAD; }
span { border-color: rgb(162,222,173); }
td.TdClassName
{
border-color: #A2DEAD;
}
.TagClassName
{
border-color: #A2DEAD;
}
</style>