Shades of Chinook #A5DBB2
Tints of Chinook #A5DBB2
RGB
CMYK
RGB Variations
Color information
#A5DBB2 (or 0xA5DBB2) is known color: Chinook. HEX triplet: A5, DB and B2. RGB value is (165,219,178). Sum of RGB (Red+Green+Blue) = 165+219+178=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DBB2 is #5A244D. Grayscale: #C6C6C6. Windows color (decimal): -5907534 or 11721637. OLE color: 11721637.
HSL color Cylindrical-coordinate representation of color #A5DBB2: hue angle of 134.44º 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 #A5DBB2 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 178 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.14 |
| HSL | 134.44º | 0.43% | 0.75% | - |
| HSV(B) | 134.44º | 0.25% | 0.86% | - |
| XYZ | 48.88 | 61.88 | 51.49 | - |
| YUV | 198.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 178 | 0.25 | 0 | 0.19 | 0.14 | 134.44 | 0.43 | 0.75 |
| Hex | A5 | DB | B2 | 19 | 0 | 13 | E | 86 | 2B | 4B |
| Octal | 245 | 333 | 262 | 31 | 0 | 23 | 16 | 206 | 53 | 113 |
| Binary | 10100101 | 11011011 | 10110010 | 11001 | 0 | 10011 | 1110 | 10000110 | 101011 | 1001011 |
Color Harmonies of #A5DBB2
Complementary color
Monochromatic Colors of #A5DBB2
Black with #A5DBB2
Text Example
Text Example
White with #A5DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBB2; }
p { color: rgb(165,219,178); }
H1.HeaderClassName
{
color: #A5DBB2;
}
.AnyTagClassName
{
color: #A5DBB2;
}
</style>
background-color css
<style>
a { background-color: #A5DBB2; }
a { background-color: rgb(165,219,178); }
div.DivClassName
{
background-color: #A5DBB2;
}
.BgClassName
{
background-color: #A5DBB2;
}
</style>
border-color css
<style>
span { border-color: #A5DBB2; }
span { border-color: rgb(165,219,178); }
td.TdClassName
{
border-color: #A5DBB2;
}
.TagClassName
{
border-color: #A5DBB2;
}
</style>