#88A28F

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

Shades of Envy #88A28F

Tints of Envy #88A28F

Color information

#88A28F (or 0x88A28F) is unknown color: approx Envy. HEX triplet: 88, A2 and 8F. RGB value is (136,162,143). Sum of RGB (Red+Green+Blue) = 136+162+143=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #88A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A28F is #775D70. Grayscale: #989898. Windows color (decimal): -7822705 or 9413256. OLE color: 9413256.

HSL color Cylindrical-coordinate representation of color #88A28F: hue angle of 136.15º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A28F is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB136162143-
CMYK0.1600.120.36
HSL136.15º12.26%58.43%-
HSV(B)136.15º16.05%63.53%-
XYZ28.0333.0630.89-
YUV152.06122.89116.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=30.84%
G=36.73%
B=32.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361621430.1600.120.36136.1512.2658.43
Hex88A28F100C2488c3a
Octal21024221720014442101472
Binary1000100010100010100011111000001100100100100010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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