#88D8A0

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

Shades of Chinook #88D8A0

Tints of Chinook #88D8A0

Color information

#88D8A0 (or 0x88D8A0) is unknown color: approx 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

RGB136216160-
CMYK0.3700.260.15
HSL138º50.63%69.02%-
HSV(B)138º37.04%84.71%-
XYZ41.0556.8842.07-
YUV185.7113.592.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.56%
GREEN value IS 216 (84.77% from 255) = 42.19%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=26.56%
G=42.19%
B=31.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362161600.3700.260.1513850.6369.02
Hex88D8A02501AF8a3345
Octal210330240450321721263105
Binary1000100011011000101000001001010110101111100010101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>