Shades of Chinook #A4DFB4
Tints of Chinook #A4DFB4
RGB
CMYK
RGB Variations
Color information
#A4DFB4 (or 0xA4DFB4) is known color: Chinook. HEX triplet: A4, DF and B4. RGB value is (164,223,180). Sum of RGB (Red+Green+Blue) = 164+223+180=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFB4 is #5B204B. Grayscale: #C8C8C8. Windows color (decimal): -5972044 or 11853732. OLE color: 11853732.
HSL color Cylindrical-coordinate representation of color #A4DFB4: hue angle of 136.27º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFB4 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 180 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.13 |
| HSL | 136.27º | 0.48% | 0.76% | - |
| HSV(B) | 136.27º | 0.26% | 0.87% | - |
| XYZ | 49.94 | 63.96 | 52.89 | - |
| YUV | 200.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 180 | 0.26 | 0 | 0.19 | 0.13 | 136.27 | 0.48 | 0.76 |
| Hex | A4 | DF | B4 | 1A | 0 | 13 | D | 88 | 30 | 4C |
| Octal | 244 | 337 | 264 | 32 | 0 | 23 | 15 | 210 | 60 | 114 |
| Binary | 10100100 | 11011111 | 10110100 | 11010 | 0 | 10011 | 1101 | 10001000 | 110000 | 1001100 |
Color Harmonies of #A4DFB4
Complementary color
Monochromatic Colors of #A4DFB4
Black with #A4DFB4
Text Example
Text Example
White with #A4DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFB4; }
p { color: rgb(164,223,180); }
H1.HeaderClassName
{
color: #A4DFB4;
}
.AnyTagClassName
{
color: #A4DFB4;
}
</style>
background-color css
<style>
a { background-color: #A4DFB4; }
a { background-color: rgb(164,223,180); }
div.DivClassName
{
background-color: #A4DFB4;
}
.BgClassName
{
background-color: #A4DFB4;
}
</style>
border-color css
<style>
span { border-color: #A4DFB4; }
span { border-color: rgb(164,223,180); }
td.TdClassName
{
border-color: #A4DFB4;
}
.TagClassName
{
border-color: #A4DFB4;
}
</style>