Shades of Chinook #A3D6B2
Tints of Chinook #A3D6B2
RGB
CMYK
RGB Variations
Color information
#A3D6B2 (or 0xA3D6B2) is known color: Chinook. HEX triplet: A3, D6 and B2. RGB value is (163,214,178). Sum of RGB (Red+Green+Blue) = 163+214+178=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D6B2 is #5C294D. Grayscale: #C2C2C2. Windows color (decimal): -6039886 or 11720355. OLE color: 11720355.
HSL color Cylindrical-coordinate representation of color #A3D6B2: hue angle of 137.65º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D6B2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 178 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.16 |
| HSL | 137.65º | 0.38% | 0.74% | - |
| HSV(B) | 137.65º | 0.24% | 0.84% | - |
| XYZ | 47.19 | 59.09 | 51.04 | - |
| YUV | 194.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 178 | 0.24 | 0 | 0.17 | 0.16 | 137.65 | 0.38 | 0.74 |
| Hex | A3 | D6 | B2 | 18 | 0 | 11 | 10 | 8A | 26 | 4A |
| Octal | 243 | 326 | 262 | 30 | 0 | 21 | 20 | 212 | 46 | 112 |
| Binary | 10100011 | 11010110 | 10110010 | 11000 | 0 | 10001 | 10000 | 10001010 | 100110 | 1001010 |
Color Harmonies of #A3D6B2
Complementary color
Monochromatic Colors of #A3D6B2
Black with #A3D6B2
Text Example
Text Example
White with #A3D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D6B2; }
p { color: rgb(163,214,178); }
H1.HeaderClassName
{
color: #A3D6B2;
}
.AnyTagClassName
{
color: #A3D6B2;
}
</style>
background-color css
<style>
a { background-color: #A3D6B2; }
a { background-color: rgb(163,214,178); }
div.DivClassName
{
background-color: #A3D6B2;
}
.BgClassName
{
background-color: #A3D6B2;
}
</style>
border-color css
<style>
span { border-color: #A3D6B2; }
span { border-color: rgb(163,214,178); }
td.TdClassName
{
border-color: #A3D6B2;
}
.TagClassName
{
border-color: #A3D6B2;
}
</style>