#88AC90

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

Shades of Envy #88AC90

Tints of Envy #88AC90

Color information

#88AC90 (or 0x88AC90) is unknown color: approx Envy. HEX triplet: 88, AC and 90. RGB value is (136,172,144). Sum of RGB (Red+Green+Blue) = 136+172+144=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AC90 is #77536F. Grayscale: #9E9E9E. Windows color (decimal): -7820144 or 9481352. OLE color: 9481352.

HSL color Cylindrical-coordinate representation of color #88AC90: hue angle of 133.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AC90 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB136172144-
CMYK0.2100.160.33
HSL133.33º17.82%60.39%-
HSV(B)133.33º20.93%67.45%-
XYZ29.9436.7531.9-
YUV158.04120.07112.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=30.09%
G=38.05%
B=31.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361721440.2100.160.33133.3317.8260.39
Hex88AC90150102185123c
Octal21025422025020412052274
Binary100010001010110010010000101010100001000011000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,144); }

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

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

 a { background-color: rgb(136,172,144); }

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

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

 span { border-color: rgb(136,172,144); }

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