Shades of Chinook #A3DBAE
Tints of Chinook #A3DBAE
RGB
CMYK
RGB Variations
Color information
#A3DBAE (or 0xA3DBAE) is known color: Chinook. HEX triplet: A3, DB and AE. RGB value is (163,219,174). Sum of RGB (Red+Green+Blue) = 163+219+174=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DBAE is #5C2451. Grayscale: #C5C5C5. Windows color (decimal): -6038610 or 11459491. OLE color: 11459491.
HSL color Cylindrical-coordinate representation of color #A3DBAE: hue angle of 131.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBAE is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 174 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.14 |
| HSL | 131.79º | 0.44% | 0.75% | - |
| HSV(B) | 131.79º | 0.26% | 0.86% | - |
| XYZ | 48.08 | 61.51 | 49.38 | - |
| YUV | 197.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 174 | 0.26 | 0 | 0.21 | 0.14 | 131.79 | 0.44 | 0.75 |
| Hex | A3 | DB | AE | 1A | 0 | 15 | E | 84 | 2C | 4B |
| Octal | 243 | 333 | 256 | 32 | 0 | 25 | 16 | 204 | 54 | 113 |
| Binary | 10100011 | 11011011 | 10101110 | 11010 | 0 | 10101 | 1110 | 10000100 | 101100 | 1001011 |
Color Harmonies of #A3DBAE
Complementary color
Monochromatic Colors of #A3DBAE
Black with #A3DBAE
Text Example
Text Example
White with #A3DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBAE; }
p { color: rgb(163,219,174); }
H1.HeaderClassName
{
color: #A3DBAE;
}
.AnyTagClassName
{
color: #A3DBAE;
}
</style>
background-color css
<style>
a { background-color: #A3DBAE; }
a { background-color: rgb(163,219,174); }
div.DivClassName
{
background-color: #A3DBAE;
}
.BgClassName
{
background-color: #A3DBAE;
}
</style>
border-color css
<style>
span { border-color: #A3DBAE; }
span { border-color: rgb(163,219,174); }
td.TdClassName
{
border-color: #A3DBAE;
}
.TagClassName
{
border-color: #A3DBAE;
}
</style>