Shades of Chinook #88D9A2
Tints of Chinook #88D9A2
RGB
CMYK
RGB Variations
Color information
#88D9A2 (or 0x88D9A2) is known color: Chinook. HEX triplet: 88, D9 and A2. RGB value is (136,217,162). Sum of RGB (Red+Green+Blue) = 136+217+162=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #88D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D9A2 is #77265D. Grayscale: #BABABA. Windows color (decimal): -7808606 or 10672520. OLE color: 10672520.
HSL color Cylindrical-coordinate representation of color #88D9A2: hue angle of 139.26º 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 #88D9A2 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 217 | 162 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.15 |
| HSL | 139.26º | 0.52% | 0.69% | - |
| HSV(B) | 139.26º | 0.37% | 0.85% | - |
| XYZ | 41.49 | 57.47 | 43.09 | - |
| YUV | 186.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 162 | 0.37 | 0 | 0.25 | 0.15 | 139.26 | 0.52 | 0.69 |
| Hex | 88 | D9 | A2 | 25 | 0 | 19 | F | 8B | 34 | 45 |
| Octal | 210 | 331 | 242 | 45 | 0 | 31 | 17 | 213 | 64 | 105 |
| Binary | 10001000 | 11011001 | 10100010 | 100101 | 0 | 11001 | 1111 | 10001011 | 110100 | 1000101 |
Color Harmonies of #88D9A2
Complementary color
Monochromatic Colors of #88D9A2
Black with #88D9A2
Text Example
Text Example
White with #88D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D9A2; }
p { color: rgb(136,217,162); }
H1.HeaderClassName
{
color: #88D9A2;
}
.AnyTagClassName
{
color: #88D9A2;
}
</style>
background-color css
<style>
a { background-color: #88D9A2; }
a { background-color: rgb(136,217,162); }
div.DivClassName
{
background-color: #88D9A2;
}
.BgClassName
{
background-color: #88D9A2;
}
</style>
border-color css
<style>
span { border-color: #88D9A2; }
span { border-color: rgb(136,217,162); }
td.TdClassName
{
border-color: #88D9A2;
}
.TagClassName
{
border-color: #88D9A2;
}
</style>