Shades of Chinook #A4DAAB
Tints of Chinook #A4DAAB
RGB
CMYK
RGB Variations
Color information
#A4DAAB (or 0xA4DAAB) is known color: Chinook. HEX triplet: A4, DA and AB. RGB value is (164,218,171). Sum of RGB (Red+Green+Blue) = 164+218+171=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DAAB is #5B2554. Grayscale: #C4C4C4. Windows color (decimal): -5973333 or 11262628. OLE color: 11262628.
HSL color Cylindrical-coordinate representation of color #A4DAAB: hue angle of 127.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DAAB is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 171 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.15 |
| HSL | 127.78º | 0.42% | 0.75% | - |
| HSV(B) | 127.78º | 0.25% | 0.85% | - |
| XYZ | 47.73 | 60.98 | 47.78 | - |
| YUV | 196.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 171 | 0.25 | 0 | 0.22 | 0.15 | 127.78 | 0.42 | 0.75 |
| Hex | A4 | DA | AB | 19 | 0 | 16 | F | 80 | 2A | 4B |
| Octal | 244 | 332 | 253 | 31 | 0 | 26 | 17 | 200 | 52 | 113 |
| Binary | 10100100 | 11011010 | 10101011 | 11001 | 0 | 10110 | 1111 | 10000000 | 101010 | 1001011 |
Color Harmonies of #A4DAAB
Complementary color
Monochromatic Colors of #A4DAAB
Black with #A4DAAB
Text Example
Text Example
White with #A4DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DAAB; }
p { color: rgb(164,218,171); }
H1.HeaderClassName
{
color: #A4DAAB;
}
.AnyTagClassName
{
color: #A4DAAB;
}
</style>
background-color css
<style>
a { background-color: #A4DAAB; }
a { background-color: rgb(164,218,171); }
div.DivClassName
{
background-color: #A4DAAB;
}
.BgClassName
{
background-color: #A4DAAB;
}
</style>
border-color css
<style>
span { border-color: #A4DAAB; }
span { border-color: rgb(164,218,171); }
td.TdClassName
{
border-color: #A4DAAB;
}
.TagClassName
{
border-color: #A4DAAB;
}
</style>