Shades of Chinook #88DDA0
Tints of Chinook #88DDA0
RGB
CMYK
RGB Variations
Color information
#88DDA0 (or 0x88DDA0) is known color: Chinook. HEX triplet: 88, DD and A0. RGB value is (136,221,160). Sum of RGB (Red+Green+Blue) = 136+221+160=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DDA0 is #77225F. Grayscale: #BCBCBC. Windows color (decimal): -7807584 or 10542472. OLE color: 10542472.
HSL color Cylindrical-coordinate representation of color #88DDA0: hue angle of 136.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDA0 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 160 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.13 |
| HSL | 136.94º | 0.56% | 0.7% | - |
| HSV(B) | 136.94º | 0.38% | 0.87% | - |
| XYZ | 42.35 | 59.49 | 42.51 | - |
| YUV | 188.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 160 | 0.38 | 0 | 0.28 | 0.13 | 136.94 | 0.56 | 0.7 |
| Hex | 88 | DD | A0 | 26 | 0 | 1C | D | 89 | 38 | 46 |
| Octal | 210 | 335 | 240 | 46 | 0 | 34 | 15 | 211 | 70 | 106 |
| Binary | 10001000 | 11011101 | 10100000 | 100110 | 0 | 11100 | 1101 | 10001001 | 111000 | 1000110 |
Color Harmonies of #88DDA0
Complementary color
Monochromatic Colors of #88DDA0
Black with #88DDA0
Text Example
Text Example
White with #88DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DDA0; }
p { color: rgb(136,221,160); }
H1.HeaderClassName
{
color: #88DDA0;
}
.AnyTagClassName
{
color: #88DDA0;
}
</style>
background-color css
<style>
a { background-color: #88DDA0; }
a { background-color: rgb(136,221,160); }
div.DivClassName
{
background-color: #88DDA0;
}
.BgClassName
{
background-color: #88DDA0;
}
</style>
border-color css
<style>
span { border-color: #88DDA0; }
span { border-color: rgb(136,221,160); }
td.TdClassName
{
border-color: #88DDA0;
}
.TagClassName
{
border-color: #88DDA0;
}
</style>