Shades of Chinook #A3DDB3
Tints of Chinook #A3DDB3
RGB
CMYK
RGB Variations
Color information
#A3DDB3 (or 0xA3DDB3) is known color: Chinook. HEX triplet: A3, DD and B3. RGB value is (163,221,179). Sum of RGB (Red+Green+Blue) = 163+221+179=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDB3 is #5C224C. Grayscale: #C6C6C6. Windows color (decimal): -6038093 or 11787683. OLE color: 11787683.
HSL color Cylindrical-coordinate representation of color #A3DDB3: hue angle of 136.55º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDB3 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 179 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.13 |
| HSL | 136.55º | 0.46% | 0.75% | - |
| HSV(B) | 136.55º | 0.26% | 0.87% | - |
| XYZ | 49.1 | 62.75 | 52.17 | - |
| YUV | 198.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 179 | 0.26 | 0 | 0.19 | 0.13 | 136.55 | 0.46 | 0.75 |
| Hex | A3 | DD | B3 | 1A | 0 | 13 | D | 89 | 2E | 4B |
| Octal | 243 | 335 | 263 | 32 | 0 | 23 | 15 | 211 | 56 | 113 |
| Binary | 10100011 | 11011101 | 10110011 | 11010 | 0 | 10011 | 1101 | 10001001 | 101110 | 1001011 |
Color Harmonies of #A3DDB3
Complementary color
Monochromatic Colors of #A3DDB3
Black with #A3DDB3
Text Example
Text Example
White with #A3DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDB3; }
p { color: rgb(163,221,179); }
H1.HeaderClassName
{
color: #A3DDB3;
}
.AnyTagClassName
{
color: #A3DDB3;
}
</style>
background-color css
<style>
a { background-color: #A3DDB3; }
a { background-color: rgb(163,221,179); }
div.DivClassName
{
background-color: #A3DDB3;
}
.BgClassName
{
background-color: #A3DDB3;
}
</style>
border-color css
<style>
span { border-color: #A3DDB3; }
span { border-color: rgb(163,221,179); }
td.TdClassName
{
border-color: #A3DDB3;
}
.TagClassName
{
border-color: #A3DDB3;
}
</style>