#88B38D

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

Shades of Envy #88B38D

Tints of Envy #88B38D

Color information

#88B38D (or 0x88B38D) is unknown color: approx Envy. HEX triplet: 88, B3 and 8D. RGB value is (136,179,141). Sum of RGB (Red+Green+Blue) = 136+179+141=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #88B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B38D is #774C72. Grayscale: #A1A1A1. Windows color (decimal): -7818355 or 9286536. OLE color: 9286536.

HSL color Cylindrical-coordinate representation of color #88B38D: hue angle of 126.98º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B38D is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB136179141-
CMYK0.2400.210.30
HSL126.98º22.05%61.76%-
HSV(B)126.98º24.02%70.2%-
XYZ31.0839.431.17-
YUV161.81116.25109.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.82%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=29.82%
G=39.25%
B=30.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361791410.2400.210.30126.9822.0561.76
Hex88B38D180151E7f163e
Octal21026321530025361772676
Binary1000100010110011100011011100001010111110111111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,179,141); }

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

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

 a { background-color: rgb(136,179,141); }

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

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

 span { border-color: rgb(136,179,141); }

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