Shades of Chinook #A0DDB0
Tints of Chinook #A0DDB0
RGB
CMYK
RGB Variations
Color information
#A0DDB0 (or 0xA0DDB0) is known color: Chinook. HEX triplet: A0, DD and B0. RGB value is (160,221,176). Sum of RGB (Red+Green+Blue) = 160+221+176=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DDB0 is #5F224F. Grayscale: #C5C5C5. Windows color (decimal): -6234704 or 11591072. OLE color: 11591072.
HSL color Cylindrical-coordinate representation of color #A0DDB0: hue angle of 135.74º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDB0 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 176 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.13 |
| HSL | 135.74º | 0.47% | 0.75% | - |
| HSV(B) | 135.74º | 0.28% | 0.87% | - |
| XYZ | 48.19 | 62.32 | 50.56 | - |
| YUV | 197.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 176 | 0.28 | 0 | 0.20 | 0.13 | 135.74 | 0.47 | 0.75 |
| Hex | A0 | DD | B0 | 1C | 0 | 14 | D | 88 | 2F | 4B |
| Octal | 240 | 335 | 260 | 34 | 0 | 24 | 15 | 210 | 57 | 113 |
| Binary | 10100000 | 11011101 | 10110000 | 11100 | 0 | 10100 | 1101 | 10001000 | 101111 | 1001011 |
Color Harmonies of #A0DDB0
Complementary color
Monochromatic Colors of #A0DDB0
Black with #A0DDB0
Text Example
Text Example
White with #A0DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDB0; }
p { color: rgb(160,221,176); }
H1.HeaderClassName
{
color: #A0DDB0;
}
.AnyTagClassName
{
color: #A0DDB0;
}
</style>
background-color css
<style>
a { background-color: #A0DDB0; }
a { background-color: rgb(160,221,176); }
div.DivClassName
{
background-color: #A0DDB0;
}
.BgClassName
{
background-color: #A0DDB0;
}
</style>
border-color css
<style>
span { border-color: #A0DDB0; }
span { border-color: rgb(160,221,176); }
td.TdClassName
{
border-color: #A0DDB0;
}
.TagClassName
{
border-color: #A0DDB0;
}
</style>