Shades of Chinook #88D9A0
Tints of Chinook #88D9A0
RGB
CMYK
RGB Variations
Color information
#88D9A0 (or 0x88D9A0) is known color: Chinook. HEX triplet: 88, D9 and A0. RGB value is (136,217,160). Sum of RGB (Red+Green+Blue) = 136+217+160=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #88D9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D9A0 is #77265F. Grayscale: #BABABA. Windows color (decimal): -7808608 or 10541448. OLE color: 10541448.
HSL color Cylindrical-coordinate representation of color #88D9A0: hue angle of 137.78º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D9A0 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 217 | 160 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.15 |
| HSL | 137.78º | 0.52% | 0.69% | - |
| HSV(B) | 137.78º | 0.37% | 0.85% | - |
| XYZ | 41.31 | 57.4 | 42.16 | - |
| YUV | 186.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 160 | 0.37 | 0 | 0.26 | 0.15 | 137.78 | 0.52 | 0.69 |
| Hex | 88 | D9 | A0 | 25 | 0 | 1A | F | 8A | 34 | 45 |
| Octal | 210 | 331 | 240 | 45 | 0 | 32 | 17 | 212 | 64 | 105 |
| Binary | 10001000 | 11011001 | 10100000 | 100101 | 0 | 11010 | 1111 | 10001010 | 110100 | 1000101 |
Color Harmonies of #88D9A0
Complementary color
Monochromatic Colors of #88D9A0
Black with #88D9A0
Text Example
Text Example
White with #88D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D9A0; }
p { color: rgb(136,217,160); }
H1.HeaderClassName
{
color: #88D9A0;
}
.AnyTagClassName
{
color: #88D9A0;
}
</style>
background-color css
<style>
a { background-color: #88D9A0; }
a { background-color: rgb(136,217,160); }
div.DivClassName
{
background-color: #88D9A0;
}
.BgClassName
{
background-color: #88D9A0;
}
</style>
border-color css
<style>
span { border-color: #88D9A0; }
span { border-color: rgb(136,217,160); }
td.TdClassName
{
border-color: #88D9A0;
}
.TagClassName
{
border-color: #88D9A0;
}
</style>