Shades of Chinook #A0D0AB
Tints of Chinook #A0D0AB
RGB
CMYK
RGB Variations
Color information
#A0D0AB (or 0xA0D0AB) is known color: Chinook. HEX triplet: A0, D0 and AB. RGB value is (160,208,171). Sum of RGB (Red+Green+Blue) = 160+208+171=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D0AB is #5F2F54. Grayscale: #BDBDBD. Windows color (decimal): -6238037 or 11260064. OLE color: 11260064.
HSL color Cylindrical-coordinate representation of color #A0D0AB: hue angle of 133.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0AB is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 171 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.18 |
| HSL | 133.75º | 0.34% | 0.72% | - |
| HSV(B) | 133.75º | 0.23% | 0.82% | - |
| XYZ | 44.4 | 55.53 | 46.91 | - |
| YUV | 189.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 171 | 0.23 | 0 | 0.18 | 0.18 | 133.75 | 0.34 | 0.72 |
| Hex | A0 | D0 | AB | 17 | 0 | 12 | 12 | 86 | 22 | 48 |
| Octal | 240 | 320 | 253 | 27 | 0 | 22 | 22 | 206 | 42 | 110 |
| Binary | 10100000 | 11010000 | 10101011 | 10111 | 0 | 10010 | 10010 | 10000110 | 100010 | 1001000 |
Color Harmonies of #A0D0AB
Complementary color
Monochromatic Colors of #A0D0AB
Black with #A0D0AB
Text Example
Text Example
White with #A0D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0AB; }
p { color: rgb(160,208,171); }
H1.HeaderClassName
{
color: #A0D0AB;
}
.AnyTagClassName
{
color: #A0D0AB;
}
</style>
background-color css
<style>
a { background-color: #A0D0AB; }
a { background-color: rgb(160,208,171); }
div.DivClassName
{
background-color: #A0D0AB;
}
.BgClassName
{
background-color: #A0D0AB;
}
</style>
border-color css
<style>
span { border-color: #A0D0AB; }
span { border-color: rgb(160,208,171); }
td.TdClassName
{
border-color: #A0D0AB;
}
.TagClassName
{
border-color: #A0D0AB;
}
</style>