Shades of Chinook #88D29B
Tints of Chinook #88D29B
RGB
CMYK
RGB Variations
Color information
#88D29B (or 0x88D29B) is known color: Chinook. HEX triplet: 88, D2 and 9B. RGB value is (136,210,155). Sum of RGB (Red+Green+Blue) = 136+210+155=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #88D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D29B is #772D64. Grayscale: #B5B5B5. Windows color (decimal): -7810405 or 10211976. OLE color: 10211976.
HSL color Cylindrical-coordinate representation of color #88D29B: hue angle of 135.41º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D29B is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 155 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.18 |
| HSL | 135.41º | 0.45% | 0.68% | - |
| HSV(B) | 135.41º | 0.35% | 0.82% | - |
| XYZ | 39.12 | 53.69 | 39.31 | - |
| YUV | 181.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 155 | 0.35 | 0 | 0.26 | 0.18 | 135.41 | 0.45 | 0.68 |
| Hex | 88 | D2 | 9B | 23 | 0 | 1A | 12 | 87 | 2D | 44 |
| Octal | 210 | 322 | 233 | 43 | 0 | 32 | 22 | 207 | 55 | 104 |
| Binary | 10001000 | 11010010 | 10011011 | 100011 | 0 | 11010 | 10010 | 10000111 | 101101 | 1000100 |
Color Harmonies of #88D29B
Complementary color
Monochromatic Colors of #88D29B
Black with #88D29B
Text Example
Text Example
White with #88D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D29B; }
p { color: rgb(136,210,155); }
H1.HeaderClassName
{
color: #88D29B;
}
.AnyTagClassName
{
color: #88D29B;
}
</style>
background-color css
<style>
a { background-color: #88D29B; }
a { background-color: rgb(136,210,155); }
div.DivClassName
{
background-color: #88D29B;
}
.BgClassName
{
background-color: #88D29B;
}
</style>
border-color css
<style>
span { border-color: #88D29B; }
span { border-color: rgb(136,210,155); }
td.TdClassName
{
border-color: #88D29B;
}
.TagClassName
{
border-color: #88D29B;
}
</style>