Shades of Chinook #88D09F
Tints of Chinook #88D09F
RGB
CMYK
RGB Variations
Color information
#88D09F (or 0x88D09F) is known color: Chinook. HEX triplet: 88, D0 and 9F. RGB value is (136,208,159). Sum of RGB (Red+Green+Blue) = 136+208+159=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #88D09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D09F is #772F60. Grayscale: #B5B5B5. Windows color (decimal): -7810913 or 10473608. OLE color: 10473608.
HSL color Cylindrical-coordinate representation of color #88D09F: hue angle of 139.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D09F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 159 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.18 |
| HSL | 139.17º | 0.43% | 0.67% | - |
| HSV(B) | 139.17º | 0.35% | 0.82% | - |
| XYZ | 38.97 | 52.85 | 40.95 | - |
| YUV | 180.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 159 | 0.35 | 0 | 0.24 | 0.18 | 139.17 | 0.43 | 0.67 |
| Hex | 88 | D0 | 9F | 23 | 0 | 18 | 12 | 8B | 2B | 43 |
| Octal | 210 | 320 | 237 | 43 | 0 | 30 | 22 | 213 | 53 | 103 |
| Binary | 10001000 | 11010000 | 10011111 | 100011 | 0 | 11000 | 10010 | 10001011 | 101011 | 1000011 |
Color Harmonies of #88D09F
Complementary color
Monochromatic Colors of #88D09F
Black with #88D09F
Text Example
Text Example
White with #88D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D09F; }
p { color: rgb(136,208,159); }
H1.HeaderClassName
{
color: #88D09F;
}
.AnyTagClassName
{
color: #88D09F;
}
</style>
background-color css
<style>
a { background-color: #88D09F; }
a { background-color: rgb(136,208,159); }
div.DivClassName
{
background-color: #88D09F;
}
.BgClassName
{
background-color: #88D09F;
}
</style>
border-color css
<style>
span { border-color: #88D09F; }
span { border-color: rgb(136,208,159); }
td.TdClassName
{
border-color: #88D09F;
}
.TagClassName
{
border-color: #88D09F;
}
</style>