Shades of Chinook #A0DFB1
Tints of Chinook #A0DFB1
RGB
CMYK
RGB Variations
Color information
#A0DFB1 (or 0xA0DFB1) is known color: Chinook. HEX triplet: A0, DF and B1. RGB value is (160,223,177). Sum of RGB (Red+Green+Blue) = 160+223+177=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DFB1 is #5F204E. Grayscale: #C7C7C7. Windows color (decimal): -6234191 or 11657120. OLE color: 11657120.
HSL color Cylindrical-coordinate representation of color #A0DFB1: hue angle of 136.19º degrees, saturation: 0.5, 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 #A0DFB1 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 177 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.13 |
| HSL | 136.19º | 0.5% | 0.75% | - |
| HSV(B) | 136.19º | 0.28% | 0.87% | - |
| XYZ | 48.82 | 63.42 | 51.26 | - |
| YUV | 198.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 177 | 0.28 | 0 | 0.21 | 0.13 | 136.19 | 0.5 | 0.75 |
| Hex | A0 | DF | B1 | 1C | 0 | 15 | D | 88 | 32 | 4B |
| Octal | 240 | 337 | 261 | 34 | 0 | 25 | 15 | 210 | 62 | 113 |
| Binary | 10100000 | 11011111 | 10110001 | 11100 | 0 | 10101 | 1101 | 10001000 | 110010 | 1001011 |
Color Harmonies of #A0DFB1
Complementary color
Monochromatic Colors of #A0DFB1
Black with #A0DFB1
Text Example
Text Example
White with #A0DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFB1; }
p { color: rgb(160,223,177); }
H1.HeaderClassName
{
color: #A0DFB1;
}
.AnyTagClassName
{
color: #A0DFB1;
}
</style>
background-color css
<style>
a { background-color: #A0DFB1; }
a { background-color: rgb(160,223,177); }
div.DivClassName
{
background-color: #A0DFB1;
}
.BgClassName
{
background-color: #A0DFB1;
}
</style>
border-color css
<style>
span { border-color: #A0DFB1; }
span { border-color: rgb(160,223,177); }
td.TdClassName
{
border-color: #A0DFB1;
}
.TagClassName
{
border-color: #A0DFB1;
}
</style>