Shades of Chinook #A0DBAD
Tints of Chinook #A0DBAD
RGB
CMYK
RGB Variations
Color information
#A0DBAD (or 0xA0DBAD) is known color: Chinook. HEX triplet: A0, DB and AD. RGB value is (160,219,173). Sum of RGB (Red+Green+Blue) = 160+219+173=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DBAD is #5F2452. Grayscale: #C4C4C4. Windows color (decimal): -6235219 or 11393952. OLE color: 11393952.
HSL color Cylindrical-coordinate representation of color #A0DBAD: hue angle of 133.22º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBAD is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 173 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.14 |
| HSL | 133.22º | 0.45% | 0.74% | - |
| HSV(B) | 133.22º | 0.27% | 0.86% | - |
| XYZ | 47.37 | 61.15 | 48.84 | - |
| YUV | 196.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 173 | 0.27 | 0 | 0.21 | 0.14 | 133.22 | 0.45 | 0.74 |
| Hex | A0 | DB | AD | 1B | 0 | 15 | E | 85 | 2D | 4A |
| Octal | 240 | 333 | 255 | 33 | 0 | 25 | 16 | 205 | 55 | 112 |
| Binary | 10100000 | 11011011 | 10101101 | 11011 | 0 | 10101 | 1110 | 10000101 | 101101 | 1001010 |
Color Harmonies of #A0DBAD
Complementary color
Monochromatic Colors of #A0DBAD
Black with #A0DBAD
Text Example
Text Example
White with #A0DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBAD; }
p { color: rgb(160,219,173); }
H1.HeaderClassName
{
color: #A0DBAD;
}
.AnyTagClassName
{
color: #A0DBAD;
}
</style>
background-color css
<style>
a { background-color: #A0DBAD; }
a { background-color: rgb(160,219,173); }
div.DivClassName
{
background-color: #A0DBAD;
}
.BgClassName
{
background-color: #A0DBAD;
}
</style>
border-color css
<style>
span { border-color: #A0DBAD; }
span { border-color: rgb(160,219,173); }
td.TdClassName
{
border-color: #A0DBAD;
}
.TagClassName
{
border-color: #A0DBAD;
}
</style>