Shades of Chinook #88DD9F
Tints of Chinook #88DD9F
RGB
CMYK
RGB Variations
Color information
#88DD9F (or 0x88DD9F) is known color: Chinook. HEX triplet: 88, DD and 9F. RGB value is (136,221,159). Sum of RGB (Red+Green+Blue) = 136+221+159=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD9F is #772260. Grayscale: #BCBCBC. Windows color (decimal): -7807585 or 10476936. OLE color: 10476936.
HSL color Cylindrical-coordinate representation of color #88DD9F: hue angle of 136.24º 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 #88DD9F is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 159 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.13 |
| HSL | 136.24º | 0.56% | 0.7% | - |
| HSV(B) | 136.24º | 0.38% | 0.87% | - |
| XYZ | 42.27 | 59.45 | 42.05 | - |
| YUV | 188.52 | 111.34 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 159 | 0.38 | 0 | 0.28 | 0.13 | 136.24 | 0.56 | 0.7 |
| Hex | 88 | DD | 9F | 26 | 0 | 1C | D | 88 | 38 | 46 |
| Octal | 210 | 335 | 237 | 46 | 0 | 34 | 15 | 210 | 70 | 106 |
| Binary | 10001000 | 11011101 | 10011111 | 100110 | 0 | 11100 | 1101 | 10001000 | 111000 | 1000110 |
Color Harmonies of #88DD9F
Complementary color
Monochromatic Colors of #88DD9F
Black with #88DD9F
Text Example
Text Example
White with #88DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DD9F; }
p { color: rgb(136,221,159); }
H1.HeaderClassName
{
color: #88DD9F;
}
.AnyTagClassName
{
color: #88DD9F;
}
</style>
background-color css
<style>
a { background-color: #88DD9F; }
a { background-color: rgb(136,221,159); }
div.DivClassName
{
background-color: #88DD9F;
}
.BgClassName
{
background-color: #88DD9F;
}
</style>
border-color css
<style>
span { border-color: #88DD9F; }
span { border-color: rgb(136,221,159); }
td.TdClassName
{
border-color: #88DD9F;
}
.TagClassName
{
border-color: #88DD9F;
}
</style>