Shades of Chinook #A1DDB3
Tints of Chinook #A1DDB3
RGB
CMYK
RGB Variations
Color information
#A1DDB3 (or 0xA1DDB3) is known color: Chinook. HEX triplet: A1, DD and B3. RGB value is (161,221,179). Sum of RGB (Red+Green+Blue) = 161+221+179=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDB3 is #5E224C. Grayscale: #C6C6C6. Windows color (decimal): -6169165 or 11787681. OLE color: 11787681.
HSL color Cylindrical-coordinate representation of color #A1DDB3: hue angle of 138º degrees, saturation: 0.47, 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 #A1DDB3 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 179 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.13 |
| HSL | 138º | 0.47% | 0.75% | - |
| HSV(B) | 138º | 0.27% | 0.87% | - |
| XYZ | 48.69 | 62.54 | 52.15 | - |
| YUV | 198.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 179 | 0.27 | 0 | 0.19 | 0.13 | 138 | 0.47 | 0.75 |
| Hex | A1 | DD | B3 | 1B | 0 | 13 | D | 8A | 2F | 4B |
| Octal | 241 | 335 | 263 | 33 | 0 | 23 | 15 | 212 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10110011 | 11011 | 0 | 10011 | 1101 | 10001010 | 101111 | 1001011 |
Color Harmonies of #A1DDB3
Complementary color
Monochromatic Colors of #A1DDB3
Black with #A1DDB3
Text Example
Text Example
White with #A1DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDB3; }
p { color: rgb(161,221,179); }
H1.HeaderClassName
{
color: #A1DDB3;
}
.AnyTagClassName
{
color: #A1DDB3;
}
</style>
background-color css
<style>
a { background-color: #A1DDB3; }
a { background-color: rgb(161,221,179); }
div.DivClassName
{
background-color: #A1DDB3;
}
.BgClassName
{
background-color: #A1DDB3;
}
</style>
border-color css
<style>
span { border-color: #A1DDB3; }
span { border-color: rgb(161,221,179); }
td.TdClassName
{
border-color: #A1DDB3;
}
.TagClassName
{
border-color: #A1DDB3;
}
</style>