Shades of Chinook #88CF9F
Tints of Chinook #88CF9F
RGB
CMYK
RGB Variations
Color information
#88CF9F (or 0x88CF9F) is known color: Chinook. HEX triplet: 88, CF and 9F. RGB value is (136,207,159). Sum of RGB (Red+Green+Blue) = 136+207+159=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #88CF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CF9F is #773060. Grayscale: #B4B4B4. Windows color (decimal): -7811169 or 10473352. OLE color: 10473352.
HSL color Cylindrical-coordinate representation of color #88CF9F: hue angle of 139.44º 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 #88CF9F is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 159 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.19 |
| HSL | 139.44º | 0.43% | 0.67% | - |
| HSV(B) | 139.44º | 0.34% | 0.81% | - |
| XYZ | 38.72 | 52.36 | 40.87 | - |
| YUV | 180.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 159 | 0.34 | 0 | 0.23 | 0.19 | 139.44 | 0.43 | 0.67 |
| Hex | 88 | CF | 9F | 22 | 0 | 17 | 13 | 8B | 2B | 43 |
| Octal | 210 | 317 | 237 | 42 | 0 | 27 | 23 | 213 | 53 | 103 |
| Binary | 10001000 | 11001111 | 10011111 | 100010 | 0 | 10111 | 10011 | 10001011 | 101011 | 1000011 |
Color Harmonies of #88CF9F
Complementary color
Monochromatic Colors of #88CF9F
Black with #88CF9F
Text Example
Text Example
White with #88CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CF9F; }
p { color: rgb(136,207,159); }
H1.HeaderClassName
{
color: #88CF9F;
}
.AnyTagClassName
{
color: #88CF9F;
}
</style>
background-color css
<style>
a { background-color: #88CF9F; }
a { background-color: rgb(136,207,159); }
div.DivClassName
{
background-color: #88CF9F;
}
.BgClassName
{
background-color: #88CF9F;
}
</style>
border-color css
<style>
span { border-color: #88CF9F; }
span { border-color: rgb(136,207,159); }
td.TdClassName
{
border-color: #88CF9F;
}
.TagClassName
{
border-color: #88CF9F;
}
</style>