Shades of Chinook #88DD9C
Tints of Chinook #88DD9C
RGB
CMYK
RGB Variations
Color information
#88DD9C (or 0x88DD9C) is known color: Chinook. HEX triplet: 88, DD and 9C. RGB value is (136,221,156). Sum of RGB (Red+Green+Blue) = 136+221+156=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD9C is #772263. Grayscale: #BCBCBC. Windows color (decimal): -7807588 or 10280328. OLE color: 10280328.
HSL color Cylindrical-coordinate representation of color #88DD9C: hue angle of 134.12º 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 #88DD9C is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 156 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.13 |
| HSL | 134.12º | 0.56% | 0.7% | - |
| HSV(B) | 134.12º | 0.38% | 0.87% | - |
| XYZ | 42.01 | 59.35 | 40.69 | - |
| YUV | 188.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 156 | 0.38 | 0 | 0.29 | 0.13 | 134.12 | 0.56 | 0.7 |
| Hex | 88 | DD | 9C | 26 | 0 | 1D | D | 86 | 38 | 46 |
| Octal | 210 | 335 | 234 | 46 | 0 | 35 | 15 | 206 | 70 | 106 |
| Binary | 10001000 | 11011101 | 10011100 | 100110 | 0 | 11101 | 1101 | 10000110 | 111000 | 1000110 |
Color Harmonies of #88DD9C
Complementary color
Monochromatic Colors of #88DD9C
Black with #88DD9C
Text Example
Text Example
White with #88DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DD9C; }
p { color: rgb(136,221,156); }
H1.HeaderClassName
{
color: #88DD9C;
}
.AnyTagClassName
{
color: #88DD9C;
}
</style>
background-color css
<style>
a { background-color: #88DD9C; }
a { background-color: rgb(136,221,156); }
div.DivClassName
{
background-color: #88DD9C;
}
.BgClassName
{
background-color: #88DD9C;
}
</style>
border-color css
<style>
span { border-color: #88DD9C; }
span { border-color: rgb(136,221,156); }
td.TdClassName
{
border-color: #88DD9C;
}
.TagClassName
{
border-color: #88DD9C;
}
</style>