Shades of Chinook #A0D9B1
Tints of Chinook #A0D9B1
RGB
CMYK
RGB Variations
Color information
#A0D9B1 (or 0xA0D9B1) is known color: Chinook. HEX triplet: A0, D9 and B1. RGB value is (160,217,177). Sum of RGB (Red+Green+Blue) = 160+217+177=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D9B1 is #5F264E. Grayscale: #C3C3C3. Windows color (decimal): -6235727 or 11655584. OLE color: 11655584.
HSL color Cylindrical-coordinate representation of color #A0D9B1: hue angle of 137.89º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D9B1 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 177 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.15 |
| HSL | 137.89º | 0.43% | 0.74% | - |
| HSV(B) | 137.89º | 0.26% | 0.85% | - |
| XYZ | 47.25 | 60.27 | 50.74 | - |
| YUV | 195.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 177 | 0.26 | 0 | 0.18 | 0.15 | 137.89 | 0.43 | 0.74 |
| Hex | A0 | D9 | B1 | 1A | 0 | 12 | F | 8A | 2B | 4A |
| Octal | 240 | 331 | 261 | 32 | 0 | 22 | 17 | 212 | 53 | 112 |
| Binary | 10100000 | 11011001 | 10110001 | 11010 | 0 | 10010 | 1111 | 10001010 | 101011 | 1001010 |
Color Harmonies of #A0D9B1
Complementary color
Monochromatic Colors of #A0D9B1
Black with #A0D9B1
Text Example
Text Example
White with #A0D9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9B1; }
p { color: rgb(160,217,177); }
H1.HeaderClassName
{
color: #A0D9B1;
}
.AnyTagClassName
{
color: #A0D9B1;
}
</style>
background-color css
<style>
a { background-color: #A0D9B1; }
a { background-color: rgb(160,217,177); }
div.DivClassName
{
background-color: #A0D9B1;
}
.BgClassName
{
background-color: #A0D9B1;
}
</style>
border-color css
<style>
span { border-color: #A0D9B1; }
span { border-color: rgb(160,217,177); }
td.TdClassName
{
border-color: #A0D9B1;
}
.TagClassName
{
border-color: #A0D9B1;
}
</style>