#88AF8D

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

Shades of Envy #88AF8D

Tints of Envy #88AF8D

Color information

#88AF8D (or 0x88AF8D) is unknown color: approx Envy. HEX triplet: 88, AF and 8D. RGB value is (136,175,141). Sum of RGB (Red+Green+Blue) = 136+175+141=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF8D is #775072. Grayscale: #9F9F9F. Windows color (decimal): -7819379 or 9285512. OLE color: 9285512.

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

Color convert

RGB136175141-
CMYK0.2200.190.31
HSL127.69º19.6%60.98%-
HSV(B)127.69º22.29%68.63%-
XYZ30.2937.8230.9-
YUV159.46117.58111.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=30.09%
G=38.72%
B=31.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361751410.2200.190.31127.6919.660.98
Hex88AF8D160131F80143d
Octal21025721526023372002475
Binary10001000101011111000110110110010011111111000000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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