Shades of Chinook #A2CEA8
Tints of Chinook #A2CEA8
RGB
CMYK
RGB Variations
Color information
#A2CEA8 (or 0xA2CEA8) is known color: Chinook. HEX triplet: A2, CE and A8. RGB value is (162,206,168). Sum of RGB (Red+Green+Blue) = 162+206+168=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEA8 is #5D3157. Grayscale: #BCBCBC. Windows color (decimal): -6107480 or 11062946. OLE color: 11062946.
HSL color Cylindrical-coordinate representation of color #A2CEA8: hue angle of 128.18º 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 #A2CEA8 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 168 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.19 |
| HSL | 128.18º | 0.31% | 0.72% | - |
| HSV(B) | 128.18º | 0.21% | 0.81% | - |
| XYZ | 44.04 | 54.65 | 45.27 | - |
| YUV | 188.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 168 | 0.21 | 0 | 0.18 | 0.19 | 128.18 | 0.31 | 0.72 |
| Hex | A2 | CE | A8 | 15 | 0 | 12 | 13 | 80 | 1F | 48 |
| Octal | 242 | 316 | 250 | 25 | 0 | 22 | 23 | 200 | 37 | 110 |
| Binary | 10100010 | 11001110 | 10101000 | 10101 | 0 | 10010 | 10011 | 10000000 | 11111 | 1001000 |
Color Harmonies of #A2CEA8
Complementary color
Monochromatic Colors of #A2CEA8
Black with #A2CEA8
Text Example
Text Example
White with #A2CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEA8; }
p { color: rgb(162,206,168); }
H1.HeaderClassName
{
color: #A2CEA8;
}
.AnyTagClassName
{
color: #A2CEA8;
}
</style>
background-color css
<style>
a { background-color: #A2CEA8; }
a { background-color: rgb(162,206,168); }
div.DivClassName
{
background-color: #A2CEA8;
}
.BgClassName
{
background-color: #A2CEA8;
}
</style>
border-color css
<style>
span { border-color: #A2CEA8; }
span { border-color: rgb(162,206,168); }
td.TdClassName
{
border-color: #A2CEA8;
}
.TagClassName
{
border-color: #A2CEA8;
}
</style>