Shades of Chinook #A0DEB2
Tints of Chinook #A0DEB2
RGB
CMYK
RGB Variations
Color information
#A0DEB2 (or 0xA0DEB2) is known color: Chinook. HEX triplet: A0, DE and B2. RGB value is (160,222,178). Sum of RGB (Red+Green+Blue) = 160+222+178=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DEB2 is #5F214D. Grayscale: #C6C6C6. Windows color (decimal): -6234446 or 11722400. OLE color: 11722400.
HSL color Cylindrical-coordinate representation of color #A0DEB2: hue angle of 137.42º degrees, saturation: 0.48, 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 #A0DEB2 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 178 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.13 |
| HSL | 137.42º | 0.48% | 0.75% | - |
| HSV(B) | 137.42º | 0.28% | 0.87% | - |
| XYZ | 48.65 | 62.93 | 51.7 | - |
| YUV | 198.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 178 | 0.28 | 0 | 0.20 | 0.13 | 137.42 | 0.48 | 0.75 |
| Hex | A0 | DE | B2 | 1C | 0 | 14 | D | 89 | 30 | 4B |
| Octal | 240 | 336 | 262 | 34 | 0 | 24 | 15 | 211 | 60 | 113 |
| Binary | 10100000 | 11011110 | 10110010 | 11100 | 0 | 10100 | 1101 | 10001001 | 110000 | 1001011 |
Color Harmonies of #A0DEB2
Complementary color
Monochromatic Colors of #A0DEB2
Black with #A0DEB2
Text Example
Text Example
White with #A0DEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEB2; }
p { color: rgb(160,222,178); }
H1.HeaderClassName
{
color: #A0DEB2;
}
.AnyTagClassName
{
color: #A0DEB2;
}
</style>
background-color css
<style>
a { background-color: #A0DEB2; }
a { background-color: rgb(160,222,178); }
div.DivClassName
{
background-color: #A0DEB2;
}
.BgClassName
{
background-color: #A0DEB2;
}
</style>
border-color css
<style>
span { border-color: #A0DEB2; }
span { border-color: rgb(160,222,178); }
td.TdClassName
{
border-color: #A0DEB2;
}
.TagClassName
{
border-color: #A0DEB2;
}
</style>