Shades of Chinook #A1D8B2
Tints of Chinook #A1D8B2
RGB
CMYK
RGB Variations
Color information
#A1D8B2 (or 0xA1D8B2) is known color: Chinook. HEX triplet: A1, D8 and B2. RGB value is (161,216,178). Sum of RGB (Red+Green+Blue) = 161+216+178=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D8B2 is #5E274D. Grayscale: #C3C3C3. Windows color (decimal): -6170446 or 11720865. OLE color: 11720865.
HSL color Cylindrical-coordinate representation of color #A1D8B2: hue angle of 138.55º degrees, saturation: 0.41, 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 #A1D8B2 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 178 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.15 |
| HSL | 138.55º | 0.41% | 0.74% | - |
| HSV(B) | 138.55º | 0.25% | 0.85% | - |
| XYZ | 47.29 | 59.9 | 51.19 | - |
| YUV | 195.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 178 | 0.25 | 0 | 0.18 | 0.15 | 138.55 | 0.41 | 0.74 |
| Hex | A1 | D8 | B2 | 19 | 0 | 12 | F | 8B | 29 | 4A |
| Octal | 241 | 330 | 262 | 31 | 0 | 22 | 17 | 213 | 51 | 112 |
| Binary | 10100001 | 11011000 | 10110010 | 11001 | 0 | 10010 | 1111 | 10001011 | 101001 | 1001010 |
Color Harmonies of #A1D8B2
Complementary color
Monochromatic Colors of #A1D8B2
Black with #A1D8B2
Text Example
Text Example
White with #A1D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8B2; }
p { color: rgb(161,216,178); }
H1.HeaderClassName
{
color: #A1D8B2;
}
.AnyTagClassName
{
color: #A1D8B2;
}
</style>
background-color css
<style>
a { background-color: #A1D8B2; }
a { background-color: rgb(161,216,178); }
div.DivClassName
{
background-color: #A1D8B2;
}
.BgClassName
{
background-color: #A1D8B2;
}
</style>
border-color css
<style>
span { border-color: #A1D8B2; }
span { border-color: rgb(161,216,178); }
td.TdClassName
{
border-color: #A1D8B2;
}
.TagClassName
{
border-color: #A1D8B2;
}
</style>