#88DCA2

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

Shades of Chinook #88DCA2

Tints of Chinook #88DCA2

Color information

#88DCA2 (or 0x88DCA2) is unknown color: approx Chinook. HEX triplet: 88, DC and A2. RGB value is (136,220,162). Sum of RGB (Red+Green+Blue) = 136+220+162=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCA2 is #77235D. Grayscale: #BCBCBC. Windows color (decimal): -7807838 or 10673288. OLE color: 10673288.

HSL color Cylindrical-coordinate representation of color #88DCA2: hue angle of 138.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCA2 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB136220162-
CMYK0.3800.260.14
HSL138.57º54.55%69.8%-
HSV(B)138.57º38.18%86.27%-
XYZ42.2759.0343.35-
YUV188.27113.1790.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.25%
GREEN value IS 220 (86.33% from 255) = 42.47%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=26.25%
G=42.47%
B=31.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201620.3800.260.14138.5754.5569.8
Hex88DCA22601AE8b3746
Octal210334242460321621367106
Binary1000100011011100101000101001100110101110100010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,220,162); }

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

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

 a { background-color: rgb(136,220,162); }

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

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

 span { border-color: rgb(136,220,162); }

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