Shades of Chinook #A5DDB2
Tints of Chinook #A5DDB2
RGB
CMYK
RGB Variations
Color information
#A5DDB2 (or 0xA5DDB2) is known color: Chinook. HEX triplet: A5, DD and B2. RGB value is (165,221,178). Sum of RGB (Red+Green+Blue) = 165+221+178=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DDB2 is #5A224D. Grayscale: #C7C7C7. Windows color (decimal): -5907022 or 11722149. OLE color: 11722149.
HSL color Cylindrical-coordinate representation of color #A5DDB2: hue angle of 133.93º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDB2 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 178 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.13 |
| HSL | 133.93º | 0.45% | 0.76% | - |
| HSV(B) | 133.93º | 0.25% | 0.87% | - |
| XYZ | 49.41 | 62.93 | 51.66 | - |
| YUV | 199.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 178 | 0.25 | 0 | 0.19 | 0.13 | 133.93 | 0.45 | 0.76 |
| Hex | A5 | DD | B2 | 19 | 0 | 13 | D | 86 | 2D | 4C |
| Octal | 245 | 335 | 262 | 31 | 0 | 23 | 15 | 206 | 55 | 114 |
| Binary | 10100101 | 11011101 | 10110010 | 11001 | 0 | 10011 | 1101 | 10000110 | 101101 | 1001100 |
Color Harmonies of #A5DDB2
Complementary color
Monochromatic Colors of #A5DDB2
Black with #A5DDB2
Text Example
Text Example
White with #A5DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDB2; }
p { color: rgb(165,221,178); }
H1.HeaderClassName
{
color: #A5DDB2;
}
.AnyTagClassName
{
color: #A5DDB2;
}
</style>
background-color css
<style>
a { background-color: #A5DDB2; }
a { background-color: rgb(165,221,178); }
div.DivClassName
{
background-color: #A5DDB2;
}
.BgClassName
{
background-color: #A5DDB2;
}
</style>
border-color css
<style>
span { border-color: #A5DDB2; }
span { border-color: rgb(165,221,178); }
td.TdClassName
{
border-color: #A5DDB2;
}
.TagClassName
{
border-color: #A5DDB2;
}
</style>