Shades of Chinook #88DBA1
Tints of Chinook #88DBA1
RGB
CMYK
RGB Variations
Color information
#88DBA1 (or 0x88DBA1) is known color: Chinook. HEX triplet: 88, DB and A1. RGB value is (136,219,161). Sum of RGB (Red+Green+Blue) = 136+219+161=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBA1 is #77245E. Grayscale: #BBBBBB. Windows color (decimal): -7808095 or 10607496. OLE color: 10607496.
HSL color Cylindrical-coordinate representation of color #88DBA1: hue angle of 138.07º 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 #88DBA1 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 161 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.14 |
| HSL | 138.07º | 0.54% | 0.7% | - |
| HSV(B) | 138.07º | 0.38% | 0.86% | - |
| XYZ | 41.92 | 58.47 | 42.79 | - |
| YUV | 187.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 161 | 0.38 | 0 | 0.26 | 0.14 | 138.07 | 0.54 | 0.7 |
| Hex | 88 | DB | A1 | 26 | 0 | 1A | E | 8A | 36 | 46 |
| Octal | 210 | 333 | 241 | 46 | 0 | 32 | 16 | 212 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10100001 | 100110 | 0 | 11010 | 1110 | 10001010 | 110110 | 1000110 |
Color Harmonies of #88DBA1
Complementary color
Monochromatic Colors of #88DBA1
Black with #88DBA1
Text Example
Text Example
White with #88DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBA1; }
p { color: rgb(136,219,161); }
H1.HeaderClassName
{
color: #88DBA1;
}
.AnyTagClassName
{
color: #88DBA1;
}
</style>
background-color css
<style>
a { background-color: #88DBA1; }
a { background-color: rgb(136,219,161); }
div.DivClassName
{
background-color: #88DBA1;
}
.BgClassName
{
background-color: #88DBA1;
}
</style>
border-color css
<style>
span { border-color: #88DBA1; }
span { border-color: rgb(136,219,161); }
td.TdClassName
{
border-color: #88DBA1;
}
.TagClassName
{
border-color: #88DBA1;
}
</style>