Shades of Chinook #88D09E
Tints of Chinook #88D09E
RGB
CMYK
RGB Variations
Color information
#88D09E (or 0x88D09E) is known color: Chinook. HEX triplet: 88, D0 and 9E. RGB value is (136,208,158). Sum of RGB (Red+Green+Blue) = 136+208+158=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #88D09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D09E is #772F61. Grayscale: #B4B4B4. Windows color (decimal): -7810914 or 10408072. OLE color: 10408072.
HSL color Cylindrical-coordinate representation of color #88D09E: hue angle of 138.33º 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 #88D09E is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 158 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.18 |
| HSL | 138.33º | 0.43% | 0.67% | - |
| HSV(B) | 138.33º | 0.35% | 0.82% | - |
| XYZ | 38.88 | 52.81 | 40.49 | - |
| YUV | 180.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 158 | 0.35 | 0 | 0.24 | 0.18 | 138.33 | 0.43 | 0.67 |
| Hex | 88 | D0 | 9E | 23 | 0 | 18 | 12 | 8A | 2B | 43 |
| Octal | 210 | 320 | 236 | 43 | 0 | 30 | 22 | 212 | 53 | 103 |
| Binary | 10001000 | 11010000 | 10011110 | 100011 | 0 | 11000 | 10010 | 10001010 | 101011 | 1000011 |
Color Harmonies of #88D09E
Complementary color
Monochromatic Colors of #88D09E
Black with #88D09E
Text Example
Text Example
White with #88D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D09E; }
p { color: rgb(136,208,158); }
H1.HeaderClassName
{
color: #88D09E;
}
.AnyTagClassName
{
color: #88D09E;
}
</style>
background-color css
<style>
a { background-color: #88D09E; }
a { background-color: rgb(136,208,158); }
div.DivClassName
{
background-color: #88D09E;
}
.BgClassName
{
background-color: #88D09E;
}
</style>
border-color css
<style>
span { border-color: #88D09E; }
span { border-color: rgb(136,208,158); }
td.TdClassName
{
border-color: #88D09E;
}
.TagClassName
{
border-color: #88D09E;
}
</style>