Shades of Chinook #88CF9E
Tints of Chinook #88CF9E
RGB
CMYK
RGB Variations
Color information
#88CF9E (or 0x88CF9E) is known color: Chinook. HEX triplet: 88, CF and 9E. RGB value is (136,207,158). Sum of RGB (Red+Green+Blue) = 136+207+158=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #88CF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CF9E is #773061. Grayscale: #B4B4B4. Windows color (decimal): -7811170 or 10407816. OLE color: 10407816.
HSL color Cylindrical-coordinate representation of color #88CF9E: hue angle of 138.59º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CF9E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 158 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.19 |
| HSL | 138.59º | 0.43% | 0.67% | - |
| HSV(B) | 138.59º | 0.34% | 0.81% | - |
| XYZ | 38.64 | 52.33 | 40.41 | - |
| YUV | 180.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 158 | 0.34 | 0 | 0.24 | 0.19 | 138.59 | 0.43 | 0.67 |
| Hex | 88 | CF | 9E | 22 | 0 | 18 | 13 | 8B | 2B | 43 |
| Octal | 210 | 317 | 236 | 42 | 0 | 30 | 23 | 213 | 53 | 103 |
| Binary | 10001000 | 11001111 | 10011110 | 100010 | 0 | 11000 | 10011 | 10001011 | 101011 | 1000011 |
Color Harmonies of #88CF9E
Complementary color
Monochromatic Colors of #88CF9E
Black with #88CF9E
Text Example
Text Example
White with #88CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CF9E; }
p { color: rgb(136,207,158); }
H1.HeaderClassName
{
color: #88CF9E;
}
.AnyTagClassName
{
color: #88CF9E;
}
</style>
background-color css
<style>
a { background-color: #88CF9E; }
a { background-color: rgb(136,207,158); }
div.DivClassName
{
background-color: #88CF9E;
}
.BgClassName
{
background-color: #88CF9E;
}
</style>
border-color css
<style>
span { border-color: #88CF9E; }
span { border-color: rgb(136,207,158); }
td.TdClassName
{
border-color: #88CF9E;
}
.TagClassName
{
border-color: #88CF9E;
}
</style>