Shades of Chinook #A2DFB2
Tints of Chinook #A2DFB2
RGB
CMYK
RGB Variations
Color information
#A2DFB2 (or 0xA2DFB2) is known color: Chinook. HEX triplet: A2, DF and B2. RGB value is (162,223,178). Sum of RGB (Red+Green+Blue) = 162+223+178=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DFB2 is #5D204D. Grayscale: #C7C7C7. Windows color (decimal): -6103118 or 11722658. OLE color: 11722658.
HSL color Cylindrical-coordinate representation of color #A2DFB2: hue angle of 135.74º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFB2 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 178 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.13 |
| HSL | 135.74º | 0.49% | 0.75% | - |
| HSV(B) | 135.74º | 0.27% | 0.87% | - |
| XYZ | 49.32 | 63.67 | 51.81 | - |
| YUV | 199.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 178 | 0.27 | 0 | 0.20 | 0.13 | 135.74 | 0.49 | 0.75 |
| Hex | A2 | DF | B2 | 1B | 0 | 14 | D | 88 | 31 | 4B |
| Octal | 242 | 337 | 262 | 33 | 0 | 24 | 15 | 210 | 61 | 113 |
| Binary | 10100010 | 11011111 | 10110010 | 11011 | 0 | 10100 | 1101 | 10001000 | 110001 | 1001011 |
Color Harmonies of #A2DFB2
Complementary color
Monochromatic Colors of #A2DFB2
Black with #A2DFB2
Text Example
Text Example
White with #A2DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFB2; }
p { color: rgb(162,223,178); }
H1.HeaderClassName
{
color: #A2DFB2;
}
.AnyTagClassName
{
color: #A2DFB2;
}
</style>
background-color css
<style>
a { background-color: #A2DFB2; }
a { background-color: rgb(162,223,178); }
div.DivClassName
{
background-color: #A2DFB2;
}
.BgClassName
{
background-color: #A2DFB2;
}
</style>
border-color css
<style>
span { border-color: #A2DFB2; }
span { border-color: rgb(162,223,178); }
td.TdClassName
{
border-color: #A2DFB2;
}
.TagClassName
{
border-color: #A2DFB2;
}
</style>