Shades of Chinook #88DCA3
Tints of Chinook #88DCA3
RGB
CMYK
RGB Variations
Color information
#88DCA3 (or 0x88DCA3) is known color: Chinook. HEX triplet: 88, DC and A3. RGB value is (136,220,163). Sum of RGB (Red+Green+Blue) = 136+220+163=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCA3 is #77235C. Grayscale: #BCBCBC. Windows color (decimal): -7807837 or 10738824. OLE color: 10738824.
HSL color Cylindrical-coordinate representation of color #88DCA3: hue angle of 139.29º 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 #88DCA3 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 163 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.14 |
| HSL | 139.29º | 0.55% | 0.7% | - |
| HSV(B) | 139.29º | 0.38% | 0.86% | - |
| XYZ | 42.36 | 59.06 | 43.82 | - |
| YUV | 188.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 163 | 0.38 | 0 | 0.26 | 0.14 | 139.29 | 0.55 | 0.7 |
| Hex | 88 | DC | A3 | 26 | 0 | 1A | E | 8B | 37 | 46 |
| Octal | 210 | 334 | 243 | 46 | 0 | 32 | 16 | 213 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10100011 | 100110 | 0 | 11010 | 1110 | 10001011 | 110111 | 1000110 |
Color Harmonies of #88DCA3
Complementary color
Monochromatic Colors of #88DCA3
Black with #88DCA3
Text Example
Text Example
White with #88DCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCA3; }
p { color: rgb(136,220,163); }
H1.HeaderClassName
{
color: #88DCA3;
}
.AnyTagClassName
{
color: #88DCA3;
}
</style>
background-color css
<style>
a { background-color: #88DCA3; }
a { background-color: rgb(136,220,163); }
div.DivClassName
{
background-color: #88DCA3;
}
.BgClassName
{
background-color: #88DCA3;
}
</style>
border-color css
<style>
span { border-color: #88DCA3; }
span { border-color: rgb(136,220,163); }
td.TdClassName
{
border-color: #88DCA3;
}
.TagClassName
{
border-color: #88DCA3;
}
</style>