Shades of Chinook #A3D8B0
Tints of Chinook #A3D8B0
RGB
CMYK
RGB Variations
Color information
#A3D8B0 (or 0xA3D8B0) is known color: Chinook. HEX triplet: A3, D8 and B0. RGB value is (163,216,176). Sum of RGB (Red+Green+Blue) = 163+216+176=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D8B0 is #5C274F. Grayscale: #C3C3C3. Windows color (decimal): -6039376 or 11589795. OLE color: 11589795.
HSL color Cylindrical-coordinate representation of color #A3D8B0: hue angle of 134.72º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3D8B0 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 216 | 176 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.15 |
| HSL | 134.72º | 0.4% | 0.74% | - |
| HSV(B) | 134.72º | 0.25% | 0.85% | - |
| XYZ | 47.5 | 60.03 | 50.16 | - |
| YUV | 195.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 216 | 176 | 0.25 | 0 | 0.19 | 0.15 | 134.72 | 0.4 | 0.74 |
| Hex | A3 | D8 | B0 | 19 | 0 | 13 | F | 87 | 28 | 4A |
| Octal | 243 | 330 | 260 | 31 | 0 | 23 | 17 | 207 | 50 | 112 |
| Binary | 10100011 | 11011000 | 10110000 | 11001 | 0 | 10011 | 1111 | 10000111 | 101000 | 1001010 |
Color Harmonies of #A3D8B0
Complementary color
Monochromatic Colors of #A3D8B0
Black with #A3D8B0
Text Example
Text Example
White with #A3D8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D8B0; }
p { color: rgb(163,216,176); }
H1.HeaderClassName
{
color: #A3D8B0;
}
.AnyTagClassName
{
color: #A3D8B0;
}
</style>
background-color css
<style>
a { background-color: #A3D8B0; }
a { background-color: rgb(163,216,176); }
div.DivClassName
{
background-color: #A3D8B0;
}
.BgClassName
{
background-color: #A3D8B0;
}
</style>
border-color css
<style>
span { border-color: #A3D8B0; }
span { border-color: rgb(163,216,176); }
td.TdClassName
{
border-color: #A3D8B0;
}
.TagClassName
{
border-color: #A3D8B0;
}
</style>