Shades of Chinook #A2DEAF
Tints of Chinook #A2DEAF
RGB
CMYK
RGB Variations
Color information
#A2DEAF (or 0xA2DEAF) is known color: Chinook. HEX triplet: A2, DE and AF. RGB value is (162,222,175). Sum of RGB (Red+Green+Blue) = 162+222+175=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DEAF is #5D2150. Grayscale: #C6C6C6. Windows color (decimal): -6103377 or 11525794. OLE color: 11525794.
HSL color Cylindrical-coordinate representation of color #A2DEAF: hue angle of 133º 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 #A2DEAF is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 175 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.13 |
| HSL | 133º | 0.48% | 0.75% | - |
| HSV(B) | 133º | 0.27% | 0.87% | - |
| XYZ | 48.76 | 63.02 | 50.15 | - |
| YUV | 198.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 175 | 0.27 | 0 | 0.21 | 0.13 | 133 | 0.48 | 0.75 |
| Hex | A2 | DE | AF | 1B | 0 | 15 | D | 85 | 30 | 4B |
| Octal | 242 | 336 | 257 | 33 | 0 | 25 | 15 | 205 | 60 | 113 |
| Binary | 10100010 | 11011110 | 10101111 | 11011 | 0 | 10101 | 1101 | 10000101 | 110000 | 1001011 |
Color Harmonies of #A2DEAF
Complementary color
Monochromatic Colors of #A2DEAF
Black with #A2DEAF
Text Example
Text Example
White with #A2DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DEAF; }
p { color: rgb(162,222,175); }
H1.HeaderClassName
{
color: #A2DEAF;
}
.AnyTagClassName
{
color: #A2DEAF;
}
</style>
background-color css
<style>
a { background-color: #A2DEAF; }
a { background-color: rgb(162,222,175); }
div.DivClassName
{
background-color: #A2DEAF;
}
.BgClassName
{
background-color: #A2DEAF;
}
</style>
border-color css
<style>
span { border-color: #A2DEAF; }
span { border-color: rgb(162,222,175); }
td.TdClassName
{
border-color: #A2DEAF;
}
.TagClassName
{
border-color: #A2DEAF;
}
</style>