#88AF8E

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

Shades of Envy #88AF8E

Tints of Envy #88AF8E

Color information

#88AF8E (or 0x88AF8E) is unknown color: approx Envy. HEX triplet: 88, AF and 8E. RGB value is (136,175,142). Sum of RGB (Red+Green+Blue) = 136+175+142=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF8E is #775071. Grayscale: #9F9F9F. Windows color (decimal): -7819378 or 9351048. OLE color: 9351048.

HSL color Cylindrical-coordinate representation of color #88AF8E: hue angle of 129.23º 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 #88AF8E is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB136175142-
CMYK0.2200.190.31
HSL129.23º19.6%60.98%-
HSV(B)129.23º22.29%68.63%-
XYZ30.3737.8531.3-
YUV159.58118.08111.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.02%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=30.02%
G=38.63%
B=31.35%

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
Decimal1361751420.2200.190.31129.2319.660.98
Hex88AF8E160131F81143d
Octal21025721626023372012475
Binary10001000101011111000111010110010011111111000000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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