Shades of Chinook #A5DBB5
Tints of Chinook #A5DBB5
RGB
CMYK
RGB Variations
Color information
#A5DBB5 (or 0xA5DBB5) is known color: Chinook. HEX triplet: A5, DB and B5. RGB value is (165,219,181). Sum of RGB (Red+Green+Blue) = 165+219+181=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBB5 is #5A244A. Grayscale: #C6C6C6. Windows color (decimal): -5907531 or 11918245. OLE color: 11918245.
HSL color Cylindrical-coordinate representation of color #A5DBB5: hue angle of 137.78º degrees, saturation: 0.43, 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 #A5DBB5 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 181 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.14 |
| HSL | 137.78º | 0.43% | 0.75% | - |
| HSV(B) | 137.78º | 0.25% | 0.86% | - |
| XYZ | 49.19 | 62 | 53.09 | - |
| YUV | 198.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 181 | 0.25 | 0 | 0.17 | 0.14 | 137.78 | 0.43 | 0.75 |
| Hex | A5 | DB | B5 | 19 | 0 | 11 | E | 8A | 2B | 4B |
| Octal | 245 | 333 | 265 | 31 | 0 | 21 | 16 | 212 | 53 | 113 |
| Binary | 10100101 | 11011011 | 10110101 | 11001 | 0 | 10001 | 1110 | 10001010 | 101011 | 1001011 |
Color Harmonies of #A5DBB5
Complementary color
Monochromatic Colors of #A5DBB5
Black with #A5DBB5
Text Example
Text Example
White with #A5DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBB5; }
p { color: rgb(165,219,181); }
H1.HeaderClassName
{
color: #A5DBB5;
}
.AnyTagClassName
{
color: #A5DBB5;
}
</style>
background-color css
<style>
a { background-color: #A5DBB5; }
a { background-color: rgb(165,219,181); }
div.DivClassName
{
background-color: #A5DBB5;
}
.BgClassName
{
background-color: #A5DBB5;
}
</style>
border-color css
<style>
span { border-color: #A5DBB5; }
span { border-color: rgb(165,219,181); }
td.TdClassName
{
border-color: #A5DBB5;
}
.TagClassName
{
border-color: #A5DBB5;
}
</style>