Shades of Chinook #A3DFB2
Tints of Chinook #A3DFB2
RGB
CMYK
RGB Variations
Color information
#A3DFB2 (or 0xA3DFB2) is known color: Chinook. HEX triplet: A3, DF and B2. RGB value is (163,223,178). Sum of RGB (Red+Green+Blue) = 163+223+178=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFB2 is #5C204D. Grayscale: #C8C8C8. Windows color (decimal): -6037582 or 11722659. OLE color: 11722659.
HSL color Cylindrical-coordinate representation of color #A3DFB2: hue angle of 135º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFB2 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 178 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.13 |
| HSL | 135º | 0.48% | 0.76% | - |
| HSV(B) | 135º | 0.27% | 0.87% | - |
| XYZ | 49.53 | 63.78 | 51.82 | - |
| YUV | 199.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 178 | 0.27 | 0 | 0.20 | 0.13 | 135 | 0.48 | 0.76 |
| Hex | A3 | DF | B2 | 1B | 0 | 14 | D | 87 | 30 | 4C |
| Octal | 243 | 337 | 262 | 33 | 0 | 24 | 15 | 207 | 60 | 114 |
| Binary | 10100011 | 11011111 | 10110010 | 11011 | 0 | 10100 | 1101 | 10000111 | 110000 | 1001100 |
Color Harmonies of #A3DFB2
Complementary color
Monochromatic Colors of #A3DFB2
Black with #A3DFB2
Text Example
Text Example
White with #A3DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFB2; }
p { color: rgb(163,223,178); }
H1.HeaderClassName
{
color: #A3DFB2;
}
.AnyTagClassName
{
color: #A3DFB2;
}
</style>
background-color css
<style>
a { background-color: #A3DFB2; }
a { background-color: rgb(163,223,178); }
div.DivClassName
{
background-color: #A3DFB2;
}
.BgClassName
{
background-color: #A3DFB2;
}
</style>
border-color css
<style>
span { border-color: #A3DFB2; }
span { border-color: rgb(163,223,178); }
td.TdClassName
{
border-color: #A3DFB2;
}
.TagClassName
{
border-color: #A3DFB2;
}
</style>