#88DCA3

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

Shades of Chinook #88DCA3

Tints of Chinook #88DCA3

Color information

#88DCA3 (or 0x88DCA3) is unknown color: approx Chinook. HEX triplet: 88, DC and A3. RGB value is (136,220,163). Sum of RGB (Red+Green+Blue) = 136+220+163=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCA3 is #77235C. Grayscale: #BCBCBC. Windows color (decimal): -7807837 or 10738824. OLE color: 10738824.

HSL color Cylindrical-coordinate representation of color #88DCA3: hue angle of 139.29º 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 #88DCA3 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB136220163-
CMYK0.3800.260.14
HSL139.29º54.55%69.8%-
HSV(B)139.29º38.18%86.27%-
XYZ42.3659.0643.82-
YUV188.39113.6790.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.20%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=26.20%
G=42.39%
B=31.41%

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
Decimal1362201630.3800.260.14139.2954.5569.8
Hex88DCA32601AE8b3746
Octal210334243460321621367106
Binary1000100011011100101000111001100110101110100010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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