Shades of Chinook #88DC9F
Tints of Chinook #88DC9F
RGB
CMYK
RGB Variations
Color information
#88DC9F (or 0x88DC9F) is known color: Chinook. HEX triplet: 88, DC and 9F. RGB value is (136,220,159). Sum of RGB (Red+Green+Blue) = 136+220+159=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DC9F is #772360. Grayscale: #BCBCBC. Windows color (decimal): -7807841 or 10476680. OLE color: 10476680.
HSL color Cylindrical-coordinate representation of color #88DC9F: hue angle of 136.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DC9F is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 159 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.14 |
| HSL | 136.43º | 0.55% | 0.7% | - |
| HSV(B) | 136.43º | 0.38% | 0.86% | - |
| XYZ | 42 | 58.92 | 41.96 | - |
| YUV | 187.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 159 | 0.38 | 0 | 0.28 | 0.14 | 136.43 | 0.55 | 0.7 |
| Hex | 88 | DC | 9F | 26 | 0 | 1C | E | 88 | 37 | 46 |
| Octal | 210 | 334 | 237 | 46 | 0 | 34 | 16 | 210 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10011111 | 100110 | 0 | 11100 | 1110 | 10001000 | 110111 | 1000110 |
Color Harmonies of #88DC9F
Complementary color
Monochromatic Colors of #88DC9F
Black with #88DC9F
Text Example
Text Example
White with #88DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DC9F; }
p { color: rgb(136,220,159); }
H1.HeaderClassName
{
color: #88DC9F;
}
.AnyTagClassName
{
color: #88DC9F;
}
</style>
background-color css
<style>
a { background-color: #88DC9F; }
a { background-color: rgb(136,220,159); }
div.DivClassName
{
background-color: #88DC9F;
}
.BgClassName
{
background-color: #88DC9F;
}
</style>
border-color css
<style>
span { border-color: #88DC9F; }
span { border-color: rgb(136,220,159); }
td.TdClassName
{
border-color: #88DC9F;
}
.TagClassName
{
border-color: #88DC9F;
}
</style>