Shades of Chinook #88DD9A
Tints of Chinook #88DD9A
RGB
CMYK
RGB Variations
Color information
#88DD9A (or 0x88DD9A) is known color: Chinook. HEX triplet: 88, DD and 9A. RGB value is (136,221,154). Sum of RGB (Red+Green+Blue) = 136+221+154=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD9A is #772265. Grayscale: #BCBCBC. Windows color (decimal): -7807590 or 10149256. OLE color: 10149256.
HSL color Cylindrical-coordinate representation of color #88DD9A: hue angle of 132.71º 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 #88DD9A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 154 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.13 |
| HSL | 132.71º | 0.56% | 0.7% | - |
| HSV(B) | 132.71º | 0.38% | 0.87% | - |
| XYZ | 41.84 | 59.28 | 39.81 | - |
| YUV | 187.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 154 | 0.38 | 0 | 0.30 | 0.13 | 132.71 | 0.56 | 0.7 |
| Hex | 88 | DD | 9A | 26 | 0 | 1E | D | 85 | 38 | 46 |
| Octal | 210 | 335 | 232 | 46 | 0 | 36 | 15 | 205 | 70 | 106 |
| Binary | 10001000 | 11011101 | 10011010 | 100110 | 0 | 11110 | 1101 | 10000101 | 111000 | 1000110 |
Color Harmonies of #88DD9A
Complementary color
Monochromatic Colors of #88DD9A
Black with #88DD9A
Text Example
Text Example
White with #88DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DD9A; }
p { color: rgb(136,221,154); }
H1.HeaderClassName
{
color: #88DD9A;
}
.AnyTagClassName
{
color: #88DD9A;
}
</style>
background-color css
<style>
a { background-color: #88DD9A; }
a { background-color: rgb(136,221,154); }
div.DivClassName
{
background-color: #88DD9A;
}
.BgClassName
{
background-color: #88DD9A;
}
</style>
border-color css
<style>
span { border-color: #88DD9A; }
span { border-color: rgb(136,221,154); }
td.TdClassName
{
border-color: #88DD9A;
}
.TagClassName
{
border-color: #88DD9A;
}
</style>