Shades of Chinook #A1DEB1
Tints of Chinook #A1DEB1
RGB
CMYK
RGB Variations
Color information
#A1DEB1 (or 0xA1DEB1) is known color: Chinook. HEX triplet: A1, DE and B1. RGB value is (161,222,177). Sum of RGB (Red+Green+Blue) = 161+222+177=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DEB1 is #5E214E. Grayscale: #C6C6C6. Windows color (decimal): -6168911 or 11656865. OLE color: 11656865.
HSL color Cylindrical-coordinate representation of color #A1DEB1: hue angle of 135.74º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEB1 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 177 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.13 |
| HSL | 135.74º | 0.48% | 0.75% | - |
| HSV(B) | 135.74º | 0.27% | 0.87% | - |
| XYZ | 48.76 | 62.99 | 51.18 | - |
| YUV | 198.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 177 | 0.27 | 0 | 0.20 | 0.13 | 135.74 | 0.48 | 0.75 |
| Hex | A1 | DE | B1 | 1B | 0 | 14 | D | 88 | 30 | 4B |
| Octal | 241 | 336 | 261 | 33 | 0 | 24 | 15 | 210 | 60 | 113 |
| Binary | 10100001 | 11011110 | 10110001 | 11011 | 0 | 10100 | 1101 | 10001000 | 110000 | 1001011 |
Color Harmonies of #A1DEB1
Complementary color
Monochromatic Colors of #A1DEB1
Black with #A1DEB1
Text Example
Text Example
White with #A1DEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEB1; }
p { color: rgb(161,222,177); }
H1.HeaderClassName
{
color: #A1DEB1;
}
.AnyTagClassName
{
color: #A1DEB1;
}
</style>
background-color css
<style>
a { background-color: #A1DEB1; }
a { background-color: rgb(161,222,177); }
div.DivClassName
{
background-color: #A1DEB1;
}
.BgClassName
{
background-color: #A1DEB1;
}
</style>
border-color css
<style>
span { border-color: #A1DEB1; }
span { border-color: rgb(161,222,177); }
td.TdClassName
{
border-color: #A1DEB1;
}
.TagClassName
{
border-color: #A1DEB1;
}
</style>