#88DEA2

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

Shades of Chinook #88DEA2

Tints of Chinook #88DEA2

Color information

#88DEA2 (or 0x88DEA2) is unknown color: approx Chinook. HEX triplet: 88, DE and A2. RGB value is (136,222,162). Sum of RGB (Red+Green+Blue) = 136+222+162=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DEA2 is #77215D. Grayscale: #BDBDBD. Windows color (decimal): -7807326 or 10673800. OLE color: 10673800.

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

Color convert

RGB136222162-
CMYK0.3900.270.13
HSL138.14º56.58%70.2%-
HSV(B)138.14º38.74%87.06%-
XYZ42.860.0943.52-
YUV189.45112.5189.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.15%
GREEN value IS 222 (87.11% from 255) = 42.69%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=26.15%
G=42.69%
B=31.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362221620.3900.270.13138.1456.5870.2
Hex88DEA22701BD8a3946
Octal210336242470331521271106
Binary1000100011011110101000101001110110111101100010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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