Shades of Chinook #A4DDB0
Tints of Chinook #A4DDB0
RGB
CMYK
RGB Variations
Color information
#A4DDB0 (or 0xA4DDB0) is known color: Chinook. HEX triplet: A4, DD and B0. RGB value is (164,221,176). Sum of RGB (Red+Green+Blue) = 164+221+176=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DDB0 is #5B224F. Grayscale: #C6C6C6. Windows color (decimal): -5972560 or 11591076. OLE color: 11591076.
HSL color Cylindrical-coordinate representation of color #A4DDB0: hue angle of 132.63º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDB0 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 176 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.13 |
| HSL | 132.63º | 0.46% | 0.75% | - |
| HSV(B) | 132.63º | 0.26% | 0.87% | - |
| XYZ | 49 | 62.74 | 50.6 | - |
| YUV | 198.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 176 | 0.26 | 0 | 0.20 | 0.13 | 132.63 | 0.46 | 0.75 |
| Hex | A4 | DD | B0 | 1A | 0 | 14 | D | 85 | 2E | 4B |
| Octal | 244 | 335 | 260 | 32 | 0 | 24 | 15 | 205 | 56 | 113 |
| Binary | 10100100 | 11011101 | 10110000 | 11010 | 0 | 10100 | 1101 | 10000101 | 101110 | 1001011 |
Color Harmonies of #A4DDB0
Complementary color
Monochromatic Colors of #A4DDB0
Black with #A4DDB0
Text Example
Text Example
White with #A4DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDB0; }
p { color: rgb(164,221,176); }
H1.HeaderClassName
{
color: #A4DDB0;
}
.AnyTagClassName
{
color: #A4DDB0;
}
</style>
background-color css
<style>
a { background-color: #A4DDB0; }
a { background-color: rgb(164,221,176); }
div.DivClassName
{
background-color: #A4DDB0;
}
.BgClassName
{
background-color: #A4DDB0;
}
</style>
border-color css
<style>
span { border-color: #A4DDB0; }
span { border-color: rgb(164,221,176); }
td.TdClassName
{
border-color: #A4DDB0;
}
.TagClassName
{
border-color: #A4DDB0;
}
</style>