Shades of Chinook #A3E1B3
Tints of Chinook #A3E1B3
RGB
CMYK
RGB Variations
Color information
#A3E1B3 (or 0xA3E1B3) is known color: Chinook. HEX triplet: A3, E1 and B3. RGB value is (163,225,179). Sum of RGB (Red+Green+Blue) = 163+225+179=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1B3 is #5C1E4C. Grayscale: #C9C9C9. Windows color (decimal): -6037069 or 11788707. OLE color: 11788707.
HSL color Cylindrical-coordinate representation of color #A3E1B3: hue angle of 135.48º degrees, saturation: 0.51, 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 #A3E1B3 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 179 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.12 |
| HSL | 135.48º | 0.51% | 0.76% | - |
| HSV(B) | 135.48º | 0.28% | 0.88% | - |
| XYZ | 50.17 | 64.89 | 52.53 | - |
| YUV | 201.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 179 | 0.28 | 0 | 0.20 | 0.12 | 135.48 | 0.51 | 0.76 |
| Hex | A3 | E1 | B3 | 1C | 0 | 14 | C | 87 | 33 | 4C |
| Octal | 243 | 341 | 263 | 34 | 0 | 24 | 14 | 207 | 63 | 114 |
| Binary | 10100011 | 11100001 | 10110011 | 11100 | 0 | 10100 | 1100 | 10000111 | 110011 | 1001100 |
Color Harmonies of #A3E1B3
Complementary color
Monochromatic Colors of #A3E1B3
Black with #A3E1B3
Text Example
Text Example
White with #A3E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E1B3; }
p { color: rgb(163,225,179); }
H1.HeaderClassName
{
color: #A3E1B3;
}
.AnyTagClassName
{
color: #A3E1B3;
}
</style>
background-color css
<style>
a { background-color: #A3E1B3; }
a { background-color: rgb(163,225,179); }
div.DivClassName
{
background-color: #A3E1B3;
}
.BgClassName
{
background-color: #A3E1B3;
}
</style>
border-color css
<style>
span { border-color: #A3E1B3; }
span { border-color: rgb(163,225,179); }
td.TdClassName
{
border-color: #A3E1B3;
}
.TagClassName
{
border-color: #A3E1B3;
}
</style>