#88B18F

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

Shades of Envy #88B18F

Tints of Envy #88B18F

Color information

#88B18F (or 0x88B18F) is unknown color: approx Envy. HEX triplet: 88, B1 and 8F. RGB value is (136,177,143). Sum of RGB (Red+Green+Blue) = 136+177+143=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #88B18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B18F is #774E70. Grayscale: #A0A0A0. Windows color (decimal): -7818865 or 9417096. OLE color: 9417096.

HSL color Cylindrical-coordinate representation of color #88B18F: hue angle of 130.24º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88B18F is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB136177143-
CMYK0.2300.190.31
HSL130.24º20.81%61.37%-
HSV(B)130.24º23.16%69.41%-
XYZ30.8338.6631.82-
YUV160.86117.92110.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.82%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=29.82%
G=38.82%
B=31.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361771430.2300.190.31130.2420.8161.37
Hex88B18F170131F82153d
Octal21026121727023372022575
Binary10001000101100011000111110111010011111111000001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,177,143); }

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

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

 a { background-color: rgb(136,177,143); }

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

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

 span { border-color: rgb(136,177,143); }

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