Shades of Chinook #A1E1B2
Tints of Chinook #A1E1B2
RGB
CMYK
RGB Variations
Color information
#A1E1B2 (or 0xA1E1B2) is known color: Chinook. HEX triplet: A1, E1 and B2. RGB value is (161,225,178). Sum of RGB (Red+Green+Blue) = 161+225+178=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E1B2 is #5E1E4D. Grayscale: #C8C8C8. Windows color (decimal): -6168142 or 11723169. OLE color: 11723169.
HSL color Cylindrical-coordinate representation of color #A1E1B2: hue angle of 135.94º 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 #A1E1B2 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 178 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.12 |
| HSL | 135.94º | 0.52% | 0.76% | - |
| HSV(B) | 135.94º | 0.28% | 0.88% | - |
| XYZ | 49.66 | 64.64 | 51.98 | - |
| YUV | 200.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 178 | 0.28 | 0 | 0.21 | 0.12 | 135.94 | 0.52 | 0.76 |
| Hex | A1 | E1 | B2 | 1C | 0 | 15 | C | 88 | 34 | 4C |
| Octal | 241 | 341 | 262 | 34 | 0 | 25 | 14 | 210 | 64 | 114 |
| Binary | 10100001 | 11100001 | 10110010 | 11100 | 0 | 10101 | 1100 | 10001000 | 110100 | 1001100 |
Color Harmonies of #A1E1B2
Complementary color
Monochromatic Colors of #A1E1B2
Black with #A1E1B2
Text Example
Text Example
White with #A1E1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1B2; }
p { color: rgb(161,225,178); }
H1.HeaderClassName
{
color: #A1E1B2;
}
.AnyTagClassName
{
color: #A1E1B2;
}
</style>
background-color css
<style>
a { background-color: #A1E1B2; }
a { background-color: rgb(161,225,178); }
div.DivClassName
{
background-color: #A1E1B2;
}
.BgClassName
{
background-color: #A1E1B2;
}
</style>
border-color css
<style>
span { border-color: #A1E1B2; }
span { border-color: rgb(161,225,178); }
td.TdClassName
{
border-color: #A1E1B2;
}
.TagClassName
{
border-color: #A1E1B2;
}
</style>