Shades of Chinook #A2DBB2
Tints of Chinook #A2DBB2
RGB
CMYK
RGB Variations
Color information
#A2DBB2 (or 0xA2DBB2) is known color: Chinook. HEX triplet: A2, DB and B2. RGB value is (162,219,178). Sum of RGB (Red+Green+Blue) = 162+219+178=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DBB2 is #5D244D. Grayscale: #C5C5C5. Windows color (decimal): -6104142 or 11721634. OLE color: 11721634.
HSL color Cylindrical-coordinate representation of color #A2DBB2: hue angle of 136.84º 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 #A2DBB2 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 178 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.14 |
| HSL | 136.84º | 0.44% | 0.75% | - |
| HSV(B) | 136.84º | 0.26% | 0.86% | - |
| XYZ | 48.27 | 61.56 | 51.46 | - |
| YUV | 197.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 178 | 0.26 | 0 | 0.19 | 0.14 | 136.84 | 0.44 | 0.75 |
| Hex | A2 | DB | B2 | 1A | 0 | 13 | E | 89 | 2C | 4B |
| Octal | 242 | 333 | 262 | 32 | 0 | 23 | 16 | 211 | 54 | 113 |
| Binary | 10100010 | 11011011 | 10110010 | 11010 | 0 | 10011 | 1110 | 10001001 | 101100 | 1001011 |
Color Harmonies of #A2DBB2
Complementary color
Monochromatic Colors of #A2DBB2
Black with #A2DBB2
Text Example
Text Example
White with #A2DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBB2; }
p { color: rgb(162,219,178); }
H1.HeaderClassName
{
color: #A2DBB2;
}
.AnyTagClassName
{
color: #A2DBB2;
}
</style>
background-color css
<style>
a { background-color: #A2DBB2; }
a { background-color: rgb(162,219,178); }
div.DivClassName
{
background-color: #A2DBB2;
}
.BgClassName
{
background-color: #A2DBB2;
}
</style>
border-color css
<style>
span { border-color: #A2DBB2; }
span { border-color: rgb(162,219,178); }
td.TdClassName
{
border-color: #A2DBB2;
}
.TagClassName
{
border-color: #A2DBB2;
}
</style>