#88D49F

Color #88D49F Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #88D49F

Tints of Chinook #88D49F

Color information

#88D49F (or 0x88D49F) is unknown color: approx Chinook. HEX triplet: 88, D4 and 9F. RGB value is (136,212,159). Sum of RGB (Red+Green+Blue) = 136+212+159=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #88D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D49F is #772B60. Grayscale: #B7B7B7. Windows color (decimal): -7809889 or 10474632. OLE color: 10474632.

HSL color Cylindrical-coordinate representation of color #88D49F: hue angle of 138.16º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D49F is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB136212159-
CMYK0.3600.250.17
HSL138.16º46.91%68.24%-
HSV(B)138.16º35.85%83.14%-
XYZ39.9554.8241.28-
YUV183.23114.3294.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 212 (83.20% from 255) = 41.81%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=26.82%
G=41.81%
B=31.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1362121590.3600.250.17138.1646.9168.24
Hex88D49F24019118a2f44
Octal210324237440312121257104
Binary10001000110101001001111110010001100110001100010101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88D49F; }

 p { color: rgb(136,212,159); }

 H1.HeaderClassName
 {
   color: #88D49F;
 }
 .AnyTagClassName
 {
   color: #88D49F;
 }
</style>
background-color css

<style>
 a { background-color: #88D49F; }

 a { background-color: rgb(136,212,159); }

 div.DivClassName
 {
   background-color: #88D49F;
 }
 .BgClassName
 {
   background-color: #88D49F;
 }
</style>
border-color css

<style>
 span { border-color: #88D49F; }

 span { border-color: rgb(136,212,159); }

 td.TdClassName
 {
   border-color: #88D49F;
 }
 .TagClassName
 {
   border-color: #88D49F;
 }
</style>