Shades of Chinook #A3DBAF
Tints of Chinook #A3DBAF
RGB
CMYK
RGB Variations
Color information
#A3DBAF (or 0xA3DBAF) is known color: Chinook. HEX triplet: A3, DB and AF. RGB value is (163,219,175). Sum of RGB (Red+Green+Blue) = 163+219+175=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DBAF is #5C2450. Grayscale: #C5C5C5. Windows color (decimal): -6038609 or 11525027. OLE color: 11525027.
HSL color Cylindrical-coordinate representation of color #A3DBAF: hue angle of 132.86º 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 #A3DBAF is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 175 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.14 |
| HSL | 132.86º | 0.44% | 0.75% | - |
| HSV(B) | 132.86º | 0.26% | 0.86% | - |
| XYZ | 48.17 | 61.54 | 49.9 | - |
| YUV | 197.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 175 | 0.26 | 0 | 0.20 | 0.14 | 132.86 | 0.44 | 0.75 |
| Hex | A3 | DB | AF | 1A | 0 | 14 | E | 85 | 2C | 4B |
| Octal | 243 | 333 | 257 | 32 | 0 | 24 | 16 | 205 | 54 | 113 |
| Binary | 10100011 | 11011011 | 10101111 | 11010 | 0 | 10100 | 1110 | 10000101 | 101100 | 1001011 |
Color Harmonies of #A3DBAF
Complementary color
Monochromatic Colors of #A3DBAF
Black with #A3DBAF
Text Example
Text Example
White with #A3DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBAF; }
p { color: rgb(163,219,175); }
H1.HeaderClassName
{
color: #A3DBAF;
}
.AnyTagClassName
{
color: #A3DBAF;
}
</style>
background-color css
<style>
a { background-color: #A3DBAF; }
a { background-color: rgb(163,219,175); }
div.DivClassName
{
background-color: #A3DBAF;
}
.BgClassName
{
background-color: #A3DBAF;
}
</style>
border-color css
<style>
span { border-color: #A3DBAF; }
span { border-color: rgb(163,219,175); }
td.TdClassName
{
border-color: #A3DBAF;
}
.TagClassName
{
border-color: #A3DBAF;
}
</style>