Shades of Chinook #88DA9B
Tints of Chinook #88DA9B
RGB
CMYK
RGB Variations
Color information
#88DA9B (or 0x88DA9B) is known color: Chinook. HEX triplet: 88, DA and 9B. RGB value is (136,218,155). Sum of RGB (Red+Green+Blue) = 136+218+155=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #88DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DA9B is #772564. Grayscale: #BABABA. Windows color (decimal): -7808357 or 10214024. OLE color: 10214024.
HSL color Cylindrical-coordinate representation of color #88DA9B: hue angle of 133.9º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DA9B is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 218 | 155 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.15 |
| HSL | 133.9º | 0.53% | 0.69% | - |
| HSV(B) | 133.9º | 0.38% | 0.85% | - |
| XYZ | 41.14 | 57.74 | 39.99 | - |
| YUV | 186.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 155 | 0.38 | 0 | 0.29 | 0.15 | 133.9 | 0.53 | 0.69 |
| Hex | 88 | DA | 9B | 26 | 0 | 1D | F | 86 | 35 | 45 |
| Octal | 210 | 332 | 233 | 46 | 0 | 35 | 17 | 206 | 65 | 105 |
| Binary | 10001000 | 11011010 | 10011011 | 100110 | 0 | 11101 | 1111 | 10000110 | 110101 | 1000101 |
Color Harmonies of #88DA9B
Complementary color
Monochromatic Colors of #88DA9B
Black with #88DA9B
Text Example
Text Example
White with #88DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DA9B; }
p { color: rgb(136,218,155); }
H1.HeaderClassName
{
color: #88DA9B;
}
.AnyTagClassName
{
color: #88DA9B;
}
</style>
background-color css
<style>
a { background-color: #88DA9B; }
a { background-color: rgb(136,218,155); }
div.DivClassName
{
background-color: #88DA9B;
}
.BgClassName
{
background-color: #88DA9B;
}
</style>
border-color css
<style>
span { border-color: #88DA9B; }
span { border-color: rgb(136,218,155); }
td.TdClassName
{
border-color: #88DA9B;
}
.TagClassName
{
border-color: #88DA9B;
}
</style>