Shades of Chinook #A3DEAE
Tints of Chinook #A3DEAE
RGB
CMYK
RGB Variations
Color information
#A3DEAE (or 0xA3DEAE) is known color: Chinook. HEX triplet: A3, DE and AE. RGB value is (163,222,174). Sum of RGB (Red+Green+Blue) = 163+222+174=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DEAE is #5C2151. Grayscale: #C7C7C7. Windows color (decimal): -6037842 or 11460259. OLE color: 11460259.
HSL color Cylindrical-coordinate representation of color #A3DEAE: hue angle of 131.19º degrees, saturation: 0.47, 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 #A3DEAE is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 174 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.13 |
| HSL | 131.19º | 0.47% | 0.75% | - |
| HSV(B) | 131.19º | 0.27% | 0.87% | - |
| XYZ | 48.87 | 63.09 | 49.65 | - |
| YUV | 198.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 174 | 0.27 | 0 | 0.22 | 0.13 | 131.19 | 0.47 | 0.75 |
| Hex | A3 | DE | AE | 1B | 0 | 16 | D | 83 | 2F | 4B |
| Octal | 243 | 336 | 256 | 33 | 0 | 26 | 15 | 203 | 57 | 113 |
| Binary | 10100011 | 11011110 | 10101110 | 11011 | 0 | 10110 | 1101 | 10000011 | 101111 | 1001011 |
Color Harmonies of #A3DEAE
Complementary color
Monochromatic Colors of #A3DEAE
Black with #A3DEAE
Text Example
Text Example
White with #A3DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEAE; }
p { color: rgb(163,222,174); }
H1.HeaderClassName
{
color: #A3DEAE;
}
.AnyTagClassName
{
color: #A3DEAE;
}
</style>
background-color css
<style>
a { background-color: #A3DEAE; }
a { background-color: rgb(163,222,174); }
div.DivClassName
{
background-color: #A3DEAE;
}
.BgClassName
{
background-color: #A3DEAE;
}
</style>
border-color css
<style>
span { border-color: #A3DEAE; }
span { border-color: rgb(163,222,174); }
td.TdClassName
{
border-color: #A3DEAE;
}
.TagClassName
{
border-color: #A3DEAE;
}
</style>