Shades of Chinook #A3DBB1
Tints of Chinook #A3DBB1
RGB
CMYK
RGB Variations
Color information
#A3DBB1 (or 0xA3DBB1) is known color: Chinook. HEX triplet: A3, DB and B1. RGB value is (163,219,177). Sum of RGB (Red+Green+Blue) = 163+219+177=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DBB1 is #5C244E. Grayscale: #C5C5C5. Windows color (decimal): -6038607 or 11656099. OLE color: 11656099.
HSL color Cylindrical-coordinate representation of color #A3DBB1: hue angle of 135º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBB1 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 177 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.14 |
| HSL | 135º | 0.44% | 0.75% | - |
| HSV(B) | 135º | 0.26% | 0.86% | - |
| XYZ | 48.37 | 61.62 | 50.94 | - |
| YUV | 197.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 177 | 0.26 | 0 | 0.19 | 0.14 | 135 | 0.44 | 0.75 |
| Hex | A3 | DB | B1 | 1A | 0 | 13 | E | 87 | 2C | 4B |
| Octal | 243 | 333 | 261 | 32 | 0 | 23 | 16 | 207 | 54 | 113 |
| Binary | 10100011 | 11011011 | 10110001 | 11010 | 0 | 10011 | 1110 | 10000111 | 101100 | 1001011 |
Color Harmonies of #A3DBB1
Complementary color
Monochromatic Colors of #A3DBB1
Black with #A3DBB1
Text Example
Text Example
White with #A3DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBB1; }
p { color: rgb(163,219,177); }
H1.HeaderClassName
{
color: #A3DBB1;
}
.AnyTagClassName
{
color: #A3DBB1;
}
</style>
background-color css
<style>
a { background-color: #A3DBB1; }
a { background-color: rgb(163,219,177); }
div.DivClassName
{
background-color: #A3DBB1;
}
.BgClassName
{
background-color: #A3DBB1;
}
</style>
border-color css
<style>
span { border-color: #A3DBB1; }
span { border-color: rgb(163,219,177); }
td.TdClassName
{
border-color: #A3DBB1;
}
.TagClassName
{
border-color: #A3DBB1;
}
</style>