#88DDA0

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

Shades of Chinook #88DDA0

Tints of Chinook #88DDA0

Color information

#88DDA0 (or 0x88DDA0) is unknown color: approx Chinook. HEX triplet: 88, DD and A0. RGB value is (136,221,160). Sum of RGB (Red+Green+Blue) = 136+221+160=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DDA0 is #77225F. Grayscale: #BCBCBC. Windows color (decimal): -7807584 or 10542472. OLE color: 10542472.

HSL color Cylindrical-coordinate representation of color #88DDA0: hue angle of 136.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDA0 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB136221160-
CMYK0.3800.280.13
HSL136.94º55.56%70%-
HSV(B)136.94º38.46%86.67%-
XYZ42.3559.4942.51-
YUV188.63111.8490.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.31%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=26.31%
G=42.75%
B=30.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362211600.3800.280.13136.9455.5670
Hex88DDA02601CD893846
Octal210335240460341521170106
Binary1000100011011101101000001001100111001101100010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,221,160); }

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

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

 a { background-color: rgb(136,221,160); }

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

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

 span { border-color: rgb(136,221,160); }

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