Shades of Chinook #A0DAB0
Tints of Chinook #A0DAB0
RGB
CMYK
RGB Variations
Color information
#A0DAB0 (or 0xA0DAB0) is known color: Chinook. HEX triplet: A0, DA and B0. RGB value is (160,218,176). Sum of RGB (Red+Green+Blue) = 160+218+176=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DAB0 is #5F254F. Grayscale: #C3C3C3. Windows color (decimal): -6235472 or 11590304. OLE color: 11590304.
HSL color Cylindrical-coordinate representation of color #A0DAB0: hue angle of 136.55º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAB0 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 176 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.15 |
| HSL | 136.55º | 0.44% | 0.74% | - |
| HSV(B) | 136.55º | 0.27% | 0.85% | - |
| XYZ | 47.41 | 60.75 | 50.3 | - |
| YUV | 195.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 176 | 0.27 | 0 | 0.19 | 0.15 | 136.55 | 0.44 | 0.74 |
| Hex | A0 | DA | B0 | 1B | 0 | 13 | F | 89 | 2C | 4A |
| Octal | 240 | 332 | 260 | 33 | 0 | 23 | 17 | 211 | 54 | 112 |
| Binary | 10100000 | 11011010 | 10110000 | 11011 | 0 | 10011 | 1111 | 10001001 | 101100 | 1001010 |
Color Harmonies of #A0DAB0
Complementary color
Monochromatic Colors of #A0DAB0
Black with #A0DAB0
Text Example
Text Example
White with #A0DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAB0; }
p { color: rgb(160,218,176); }
H1.HeaderClassName
{
color: #A0DAB0;
}
.AnyTagClassName
{
color: #A0DAB0;
}
</style>
background-color css
<style>
a { background-color: #A0DAB0; }
a { background-color: rgb(160,218,176); }
div.DivClassName
{
background-color: #A0DAB0;
}
.BgClassName
{
background-color: #A0DAB0;
}
</style>
border-color css
<style>
span { border-color: #A0DAB0; }
span { border-color: rgb(160,218,176); }
td.TdClassName
{
border-color: #A0DAB0;
}
.TagClassName
{
border-color: #A0DAB0;
}
</style>