Shades of Chinook #A2CEAA
Tints of Chinook #A2CEAA
RGB
CMYK
RGB Variations
Color information
#A2CEAA (or 0xA2CEAA) is known color: Chinook. HEX triplet: A2, CE and AA. RGB value is (162,206,170). Sum of RGB (Red+Green+Blue) = 162+206+170=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEAA is #5D3155. Grayscale: #BCBCBC. Windows color (decimal): -6107478 or 11194018. OLE color: 11194018.
HSL color Cylindrical-coordinate representation of color #A2CEAA: hue angle of 130.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CEAA is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 170 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.19 |
| HSL | 130.91º | 0.31% | 0.72% | - |
| HSV(B) | 130.91º | 0.21% | 0.81% | - |
| XYZ | 44.23 | 54.73 | 46.26 | - |
| YUV | 188.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 170 | 0.21 | 0 | 0.17 | 0.19 | 130.91 | 0.31 | 0.72 |
| Hex | A2 | CE | AA | 15 | 0 | 11 | 13 | 83 | 1F | 48 |
| Octal | 242 | 316 | 252 | 25 | 0 | 21 | 23 | 203 | 37 | 110 |
| Binary | 10100010 | 11001110 | 10101010 | 10101 | 0 | 10001 | 10011 | 10000011 | 11111 | 1001000 |
Color Harmonies of #A2CEAA
Complementary color
Monochromatic Colors of #A2CEAA
Black with #A2CEAA
Text Example
Text Example
White with #A2CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEAA; }
p { color: rgb(162,206,170); }
H1.HeaderClassName
{
color: #A2CEAA;
}
.AnyTagClassName
{
color: #A2CEAA;
}
</style>
background-color css
<style>
a { background-color: #A2CEAA; }
a { background-color: rgb(162,206,170); }
div.DivClassName
{
background-color: #A2CEAA;
}
.BgClassName
{
background-color: #A2CEAA;
}
</style>
border-color css
<style>
span { border-color: #A2CEAA; }
span { border-color: rgb(162,206,170); }
td.TdClassName
{
border-color: #A2CEAA;
}
.TagClassName
{
border-color: #A2CEAA;
}
</style>