Shades of Chinook #88D8A0
Tints of Chinook #88D8A0
RGB
CMYK
RGB Variations
Color information
#88D8A0 (or 0x88D8A0) is known color: Chinook. HEX triplet: 88, D8 and A0. RGB value is (136,216,160). Sum of RGB (Red+Green+Blue) = 136+216+160=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #88D8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D8A0 is #77275F. Grayscale: #B9B9B9. Windows color (decimal): -7808864 or 10541192. OLE color: 10541192.
HSL color Cylindrical-coordinate representation of color #88D8A0: hue angle of 138º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D8A0 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 160 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.15 |
| HSL | 138º | 0.51% | 0.69% | - |
| HSV(B) | 138º | 0.37% | 0.85% | - |
| XYZ | 41.05 | 56.88 | 42.07 | - |
| YUV | 185.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 160 | 0.37 | 0 | 0.26 | 0.15 | 138 | 0.51 | 0.69 |
| Hex | 88 | D8 | A0 | 25 | 0 | 1A | F | 8A | 33 | 45 |
| Octal | 210 | 330 | 240 | 45 | 0 | 32 | 17 | 212 | 63 | 105 |
| Binary | 10001000 | 11011000 | 10100000 | 100101 | 0 | 11010 | 1111 | 10001010 | 110011 | 1000101 |
Color Harmonies of #88D8A0
Complementary color
Monochromatic Colors of #88D8A0
Black with #88D8A0
Text Example
Text Example
White with #88D8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D8A0; }
p { color: rgb(136,216,160); }
H1.HeaderClassName
{
color: #88D8A0;
}
.AnyTagClassName
{
color: #88D8A0;
}
</style>
background-color css
<style>
a { background-color: #88D8A0; }
a { background-color: rgb(136,216,160); }
div.DivClassName
{
background-color: #88D8A0;
}
.BgClassName
{
background-color: #88D8A0;
}
</style>
border-color css
<style>
span { border-color: #88D8A0; }
span { border-color: rgb(136,216,160); }
td.TdClassName
{
border-color: #88D8A0;
}
.TagClassName
{
border-color: #88D8A0;
}
</style>