Shades of Chinook #88DBA0
Tints of Chinook #88DBA0
RGB
CMYK
RGB Variations
Color information
#88DBA0 (or 0x88DBA0) is known color: Chinook. HEX triplet: 88, DB and A0. RGB value is (136,219,160). Sum of RGB (Red+Green+Blue) = 136+219+160=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBA0 is #77245F. Grayscale: #BBBBBB. Windows color (decimal): -7808096 or 10541960. OLE color: 10541960.
HSL color Cylindrical-coordinate representation of color #88DBA0: hue angle of 137.35º degrees, saturation: 0.54, 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 #88DBA0 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 160 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.14 |
| HSL | 137.35º | 0.54% | 0.7% | - |
| HSV(B) | 137.35º | 0.38% | 0.86% | - |
| XYZ | 41.83 | 58.44 | 42.33 | - |
| YUV | 187.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 160 | 0.38 | 0 | 0.27 | 0.14 | 137.35 | 0.54 | 0.7 |
| Hex | 88 | DB | A0 | 26 | 0 | 1B | E | 89 | 36 | 46 |
| Octal | 210 | 333 | 240 | 46 | 0 | 33 | 16 | 211 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10100000 | 100110 | 0 | 11011 | 1110 | 10001001 | 110110 | 1000110 |
Color Harmonies of #88DBA0
Complementary color
Monochromatic Colors of #88DBA0
Black with #88DBA0
Text Example
Text Example
White with #88DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBA0; }
p { color: rgb(136,219,160); }
H1.HeaderClassName
{
color: #88DBA0;
}
.AnyTagClassName
{
color: #88DBA0;
}
</style>
background-color css
<style>
a { background-color: #88DBA0; }
a { background-color: rgb(136,219,160); }
div.DivClassName
{
background-color: #88DBA0;
}
.BgClassName
{
background-color: #88DBA0;
}
</style>
border-color css
<style>
span { border-color: #88DBA0; }
span { border-color: rgb(136,219,160); }
td.TdClassName
{
border-color: #88DBA0;
}
.TagClassName
{
border-color: #88DBA0;
}
</style>