Shades of Chinook #A4DBB2
Tints of Chinook #A4DBB2
RGB
CMYK
RGB Variations
Color information
#A4DBB2 (or 0xA4DBB2) is known color: Chinook. HEX triplet: A4, DB and B2. RGB value is (164,219,178). Sum of RGB (Red+Green+Blue) = 164+219+178=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBB2 is #5B244D. Grayscale: #C5C5C5. Windows color (decimal): -5973070 or 11721636. OLE color: 11721636.
HSL color Cylindrical-coordinate representation of color #A4DBB2: hue angle of 135.27º 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 #A4DBB2 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 178 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.14 |
| HSL | 135.27º | 0.43% | 0.75% | - |
| HSV(B) | 135.27º | 0.25% | 0.86% | - |
| XYZ | 48.68 | 61.77 | 51.48 | - |
| YUV | 197.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 178 | 0.25 | 0 | 0.19 | 0.14 | 135.27 | 0.43 | 0.75 |
| Hex | A4 | DB | B2 | 19 | 0 | 13 | E | 87 | 2B | 4B |
| Octal | 244 | 333 | 262 | 31 | 0 | 23 | 16 | 207 | 53 | 113 |
| Binary | 10100100 | 11011011 | 10110010 | 11001 | 0 | 10011 | 1110 | 10000111 | 101011 | 1001011 |
Color Harmonies of #A4DBB2
Complementary color
Monochromatic Colors of #A4DBB2
Black with #A4DBB2
Text Example
Text Example
White with #A4DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBB2; }
p { color: rgb(164,219,178); }
H1.HeaderClassName
{
color: #A4DBB2;
}
.AnyTagClassName
{
color: #A4DBB2;
}
</style>
background-color css
<style>
a { background-color: #A4DBB2; }
a { background-color: rgb(164,219,178); }
div.DivClassName
{
background-color: #A4DBB2;
}
.BgClassName
{
background-color: #A4DBB2;
}
</style>
border-color css
<style>
span { border-color: #A4DBB2; }
span { border-color: rgb(164,219,178); }
td.TdClassName
{
border-color: #A4DBB2;
}
.TagClassName
{
border-color: #A4DBB2;
}
</style>