Shades of Chinook #A2D9B0
Tints of Chinook #A2D9B0
RGB
CMYK
RGB Variations
Color information
#A2D9B0 (or 0xA2D9B0) is known color: Chinook. HEX triplet: A2, D9 and B0. RGB value is (162,217,176). Sum of RGB (Red+Green+Blue) = 162+217+176=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D9B0 is #5D264F. Grayscale: #C3C3C3. Windows color (decimal): -6104656 or 11590050. OLE color: 11590050.
HSL color Cylindrical-coordinate representation of color #A2D9B0: hue angle of 135.27º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D9B0 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
RGB | 162 | 217 | 176 | - |
CMYK | 0.25 | 0 | 0.19 | 0.15 |
HSL | 135.27º | 0.42% | 0.74% | - |
HSV(B) | 135.27º | 0.25% | 0.85% | - |
XYZ | 47.55 | 60.44 | 50.23 | - |
YUV | 195.88 | 116.78 | 103.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 217 | 176 | 0.25 | 0 | 0.19 | 0.15 | 135.27 | 0.42 | 0.74 |
Hex | A2 | D9 | B0 | 19 | 0 | 13 | F | 87 | 2A | 4A |
Octal | 242 | 331 | 260 | 31 | 0 | 23 | 17 | 207 | 52 | 112 |
Binary | 10100010 | 11011001 | 10110000 | 11001 | 0 | 10011 | 1111 | 10000111 | 101010 | 1001010 |
Color Harmonies of #A2D9B0
Complementary color
Monochromatic Colors of #A2D9B0
Black with #A2D9B0
Text Example
Text Example
White with #A2D9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D9B0; }
p { color: rgb(162,217,176); }
H1.HeaderClassName
{
color: #A2D9B0;
}
.AnyTagClassName
{
color: #A2D9B0;
}
</style>
background-color css
<style>
a { background-color: #A2D9B0; }
a { background-color: rgb(162,217,176); }
div.DivClassName
{
background-color: #A2D9B0;
}
.BgClassName
{
background-color: #A2D9B0;
}
</style>
border-color css
<style>
span { border-color: #A2D9B0; }
span { border-color: rgb(162,217,176); }
td.TdClassName
{
border-color: #A2D9B0;
}
.TagClassName
{
border-color: #A2D9B0;
}
</style>