Shades of Chinook #A2DCA8
Tints of Chinook #A2DCA8
RGB
CMYK
RGB Variations
Color information
#A2DCA8 (or 0xA2DCA8) is known color: Chinook. HEX triplet: A2, DC and A8. RGB value is (162,220,168). Sum of RGB (Red+Green+Blue) = 162+220+168=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DCA8 is #5D2357. Grayscale: #C4C4C4. Windows color (decimal): -6103896 or 11066530. OLE color: 11066530.
HSL color Cylindrical-coordinate representation of color #A2DCA8: hue angle of 126.21º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCA8 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 162 | 220 | 168 | - |
CMYK | 0.26 | 0 | 0.24 | 0.14 |
HSL | 126.21º | 0.45% | 0.75% | - |
HSV(B) | 126.21º | 0.26% | 0.86% | - |
XYZ | 47.56 | 61.69 | 46.45 | - |
YUV | 196.73 | 111.78 | 103.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 220 | 168 | 0.26 | 0 | 0.24 | 0.14 | 126.21 | 0.45 | 0.75 |
Hex | A2 | DC | A8 | 1A | 0 | 18 | E | 7E | 2D | 4B |
Octal | 242 | 334 | 250 | 32 | 0 | 30 | 16 | 176 | 55 | 113 |
Binary | 10100010 | 11011100 | 10101000 | 11010 | 0 | 11000 | 1110 | 1111110 | 101101 | 1001011 |
Color Harmonies of #A2DCA8
Complementary color
Monochromatic Colors of #A2DCA8
Black with #A2DCA8
Text Example
Text Example
White with #A2DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCA8; }
p { color: rgb(162,220,168); }
H1.HeaderClassName
{
color: #A2DCA8;
}
.AnyTagClassName
{
color: #A2DCA8;
}
</style>
background-color css
<style>
a { background-color: #A2DCA8; }
a { background-color: rgb(162,220,168); }
div.DivClassName
{
background-color: #A2DCA8;
}
.BgClassName
{
background-color: #A2DCA8;
}
</style>
border-color css
<style>
span { border-color: #A2DCA8; }
span { border-color: rgb(162,220,168); }
td.TdClassName
{
border-color: #A2DCA8;
}
.TagClassName
{
border-color: #A2DCA8;
}
</style>