Shades of Chinook #A5DCB5
Tints of Chinook #A5DCB5
RGB
CMYK
RGB Variations
Color information
#A5DCB5 (or 0xA5DCB5) is known color: Chinook. HEX triplet: A5, DC and B5. RGB value is (165,220,181). Sum of RGB (Red+Green+Blue) = 165+220+181=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCB5 is #5A234A. Grayscale: #C7C7C7. Windows color (decimal): -5907275 or 11918501. OLE color: 11918501.
HSL color Cylindrical-coordinate representation of color #A5DCB5: hue angle of 137.45º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCB5 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 220 | 181 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.14 |
| HSL | 137.45º | 0.44% | 0.75% | - |
| HSV(B) | 137.45º | 0.25% | 0.86% | - |
| XYZ | 49.45 | 62.52 | 53.18 | - |
| YUV | 199.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 181 | 0.25 | 0 | 0.18 | 0.14 | 137.45 | 0.44 | 0.75 |
| Hex | A5 | DC | B5 | 19 | 0 | 12 | E | 89 | 2C | 4B |
| Octal | 245 | 334 | 265 | 31 | 0 | 22 | 16 | 211 | 54 | 113 |
| Binary | 10100101 | 11011100 | 10110101 | 11001 | 0 | 10010 | 1110 | 10001001 | 101100 | 1001011 |
Color Harmonies of #A5DCB5
Complementary color
Monochromatic Colors of #A5DCB5
Black with #A5DCB5
Text Example
Text Example
White with #A5DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCB5; }
p { color: rgb(165,220,181); }
H1.HeaderClassName
{
color: #A5DCB5;
}
.AnyTagClassName
{
color: #A5DCB5;
}
</style>
background-color css
<style>
a { background-color: #A5DCB5; }
a { background-color: rgb(165,220,181); }
div.DivClassName
{
background-color: #A5DCB5;
}
.BgClassName
{
background-color: #A5DCB5;
}
</style>
border-color css
<style>
span { border-color: #A5DCB5; }
span { border-color: rgb(165,220,181); }
td.TdClassName
{
border-color: #A5DCB5;
}
.TagClassName
{
border-color: #A5DCB5;
}
</style>