Shades of Chinook #88DD9D
Tints of Chinook #88DD9D
RGB
CMYK
RGB Variations
Color information
#88DD9D (or 0x88DD9D) is known color: Chinook. HEX triplet: 88, DD and 9D. RGB value is (136,221,157). Sum of RGB (Red+Green+Blue) = 136+221+157=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD9D is #772262. Grayscale: #BCBCBC. Windows color (decimal): -7807587 or 10345864. OLE color: 10345864.
HSL color Cylindrical-coordinate representation of color #88DD9D: hue angle of 134.82º 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 #88DD9D is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 157 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.13 |
| HSL | 134.82º | 0.56% | 0.7% | - |
| HSV(B) | 134.82º | 0.38% | 0.87% | - |
| XYZ | 42.1 | 59.38 | 41.14 | - |
| YUV | 188.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 157 | 0.38 | 0 | 0.29 | 0.13 | 134.82 | 0.56 | 0.7 |
| Hex | 88 | DD | 9D | 26 | 0 | 1D | D | 87 | 38 | 46 |
| Octal | 210 | 335 | 235 | 46 | 0 | 35 | 15 | 207 | 70 | 106 |
| Binary | 10001000 | 11011101 | 10011101 | 100110 | 0 | 11101 | 1101 | 10000111 | 111000 | 1000110 |
Color Harmonies of #88DD9D
Complementary color
Monochromatic Colors of #88DD9D
Black with #88DD9D
Text Example
Text Example
White with #88DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DD9D; }
p { color: rgb(136,221,157); }
H1.HeaderClassName
{
color: #88DD9D;
}
.AnyTagClassName
{
color: #88DD9D;
}
</style>
background-color css
<style>
a { background-color: #88DD9D; }
a { background-color: rgb(136,221,157); }
div.DivClassName
{
background-color: #88DD9D;
}
.BgClassName
{
background-color: #88DD9D;
}
</style>
border-color css
<style>
span { border-color: #88DD9D; }
span { border-color: rgb(136,221,157); }
td.TdClassName
{
border-color: #88DD9D;
}
.TagClassName
{
border-color: #88DD9D;
}
</style>