Shades of Chinook #88DCA2
Tints of Chinook #88DCA2
RGB
CMYK
RGB Variations
Color information
#88DCA2 (or 0x88DCA2) is known color: Chinook. HEX triplet: 88, DC and A2. RGB value is (136,220,162). Sum of RGB (Red+Green+Blue) = 136+220+162=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCA2 is #77235D. Grayscale: #BCBCBC. Windows color (decimal): -7807838 or 10673288. OLE color: 10673288.
HSL color Cylindrical-coordinate representation of color #88DCA2: hue angle of 138.57º 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 #88DCA2 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 162 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.14 |
| HSL | 138.57º | 0.55% | 0.7% | - |
| HSV(B) | 138.57º | 0.38% | 0.86% | - |
| XYZ | 42.27 | 59.03 | 43.35 | - |
| YUV | 188.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 162 | 0.38 | 0 | 0.26 | 0.14 | 138.57 | 0.55 | 0.7 |
| Hex | 88 | DC | A2 | 26 | 0 | 1A | E | 8B | 37 | 46 |
| Octal | 210 | 334 | 242 | 46 | 0 | 32 | 16 | 213 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10100010 | 100110 | 0 | 11010 | 1110 | 10001011 | 110111 | 1000110 |
Color Harmonies of #88DCA2
Complementary color
Monochromatic Colors of #88DCA2
Black with #88DCA2
Text Example
Text Example
White with #88DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCA2; }
p { color: rgb(136,220,162); }
H1.HeaderClassName
{
color: #88DCA2;
}
.AnyTagClassName
{
color: #88DCA2;
}
</style>
background-color css
<style>
a { background-color: #88DCA2; }
a { background-color: rgb(136,220,162); }
div.DivClassName
{
background-color: #88DCA2;
}
.BgClassName
{
background-color: #88DCA2;
}
</style>
border-color css
<style>
span { border-color: #88DCA2; }
span { border-color: rgb(136,220,162); }
td.TdClassName
{
border-color: #88DCA2;
}
.TagClassName
{
border-color: #88DCA2;
}
</style>