Shades of Chinook #A4DBAF
Tints of Chinook #A4DBAF
RGB
CMYK
RGB Variations
Color information
#A4DBAF (or 0xA4DBAF) is known color: Chinook. HEX triplet: A4, DB and AF. RGB value is (164,219,175). Sum of RGB (Red+Green+Blue) = 164+219+175=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBAF is #5B2450. Grayscale: #C5C5C5. Windows color (decimal): -5973073 or 11525028. OLE color: 11525028.
HSL color Cylindrical-coordinate representation of color #A4DBAF: hue angle of 132º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBAF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 175 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.14 |
| HSL | 132º | 0.43% | 0.75% | - |
| HSV(B) | 132º | 0.25% | 0.86% | - |
| XYZ | 48.38 | 61.65 | 49.91 | - |
| YUV | 197.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 175 | 0.25 | 0 | 0.20 | 0.14 | 132 | 0.43 | 0.75 |
| Hex | A4 | DB | AF | 19 | 0 | 14 | E | 84 | 2B | 4B |
| Octal | 244 | 333 | 257 | 31 | 0 | 24 | 16 | 204 | 53 | 113 |
| Binary | 10100100 | 11011011 | 10101111 | 11001 | 0 | 10100 | 1110 | 10000100 | 101011 | 1001011 |
Color Harmonies of #A4DBAF
Complementary color
Monochromatic Colors of #A4DBAF
Black with #A4DBAF
Text Example
Text Example
White with #A4DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBAF; }
p { color: rgb(164,219,175); }
H1.HeaderClassName
{
color: #A4DBAF;
}
.AnyTagClassName
{
color: #A4DBAF;
}
</style>
background-color css
<style>
a { background-color: #A4DBAF; }
a { background-color: rgb(164,219,175); }
div.DivClassName
{
background-color: #A4DBAF;
}
.BgClassName
{
background-color: #A4DBAF;
}
</style>
border-color css
<style>
span { border-color: #A4DBAF; }
span { border-color: rgb(164,219,175); }
td.TdClassName
{
border-color: #A4DBAF;
}
.TagClassName
{
border-color: #A4DBAF;
}
</style>