Shades of Chinook #A2DDB3
Tints of Chinook #A2DDB3
RGB
CMYK
RGB Variations
Color information
#A2DDB3 (or 0xA2DDB3) is known color: Chinook. HEX triplet: A2, DD and B3. RGB value is (162,221,179). Sum of RGB (Red+Green+Blue) = 162+221+179=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDB3 is #5D224C. Grayscale: #C6C6C6. Windows color (decimal): -6103629 or 11787682. OLE color: 11787682.
HSL color Cylindrical-coordinate representation of color #A2DDB3: hue angle of 137.29º degrees, saturation: 0.46, 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 #A2DDB3 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 179 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.13 |
| HSL | 137.29º | 0.46% | 0.75% | - |
| HSV(B) | 137.29º | 0.27% | 0.87% | - |
| XYZ | 48.89 | 62.65 | 52.16 | - |
| YUV | 198.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 179 | 0.27 | 0 | 0.19 | 0.13 | 137.29 | 0.46 | 0.75 |
| Hex | A2 | DD | B3 | 1B | 0 | 13 | D | 89 | 2E | 4B |
| Octal | 242 | 335 | 263 | 33 | 0 | 23 | 15 | 211 | 56 | 113 |
| Binary | 10100010 | 11011101 | 10110011 | 11011 | 0 | 10011 | 1101 | 10001001 | 101110 | 1001011 |
Color Harmonies of #A2DDB3
Complementary color
Monochromatic Colors of #A2DDB3
Black with #A2DDB3
Text Example
Text Example
White with #A2DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDB3; }
p { color: rgb(162,221,179); }
H1.HeaderClassName
{
color: #A2DDB3;
}
.AnyTagClassName
{
color: #A2DDB3;
}
</style>
background-color css
<style>
a { background-color: #A2DDB3; }
a { background-color: rgb(162,221,179); }
div.DivClassName
{
background-color: #A2DDB3;
}
.BgClassName
{
background-color: #A2DDB3;
}
</style>
border-color css
<style>
span { border-color: #A2DDB3; }
span { border-color: rgb(162,221,179); }
td.TdClassName
{
border-color: #A2DDB3;
}
.TagClassName
{
border-color: #A2DDB3;
}
</style>