Shades of Chinook #A1E1B3
Tints of Chinook #A1E1B3
RGB
CMYK
RGB Variations
Color information
#A1E1B3 (or 0xA1E1B3) is known color: Chinook. HEX triplet: A1, E1 and B3. RGB value is (161,225,179). Sum of RGB (Red+Green+Blue) = 161+225+179=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1B3 is #5E1E4C. Grayscale: #C8C8C8. Windows color (decimal): -6168141 or 11788705. OLE color: 11788705.
HSL color Cylindrical-coordinate representation of color #A1E1B3: hue angle of 136.88º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1B3 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 179 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.12 |
| HSL | 136.88º | 0.52% | 0.76% | - |
| HSV(B) | 136.88º | 0.28% | 0.88% | - |
| XYZ | 49.76 | 64.68 | 52.51 | - |
| YUV | 200.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 179 | 0.28 | 0 | 0.20 | 0.12 | 136.88 | 0.52 | 0.76 |
| Hex | A1 | E1 | B3 | 1C | 0 | 14 | C | 89 | 34 | 4C |
| Octal | 241 | 341 | 263 | 34 | 0 | 24 | 14 | 211 | 64 | 114 |
| Binary | 10100001 | 11100001 | 10110011 | 11100 | 0 | 10100 | 1100 | 10001001 | 110100 | 1001100 |
Color Harmonies of #A1E1B3
Complementary color
Monochromatic Colors of #A1E1B3
Black with #A1E1B3
Text Example
Text Example
White with #A1E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1B3; }
p { color: rgb(161,225,179); }
H1.HeaderClassName
{
color: #A1E1B3;
}
.AnyTagClassName
{
color: #A1E1B3;
}
</style>
background-color css
<style>
a { background-color: #A1E1B3; }
a { background-color: rgb(161,225,179); }
div.DivClassName
{
background-color: #A1E1B3;
}
.BgClassName
{
background-color: #A1E1B3;
}
</style>
border-color css
<style>
span { border-color: #A1E1B3; }
span { border-color: rgb(161,225,179); }
td.TdClassName
{
border-color: #A1E1B3;
}
.TagClassName
{
border-color: #A1E1B3;
}
</style>