#88AF8A

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

Shades of Envy #88AF8A

Tints of Envy #88AF8A

Color information

#88AF8A (or 0x88AF8A) is unknown color: approx Envy. HEX triplet: 88, AF and 8A. RGB value is (136,175,138). Sum of RGB (Red+Green+Blue) = 136+175+138=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF8A is #775075. Grayscale: #9F9F9F. Windows color (decimal): -7819382 or 9088904. OLE color: 9088904.

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

Color convert

RGB136175138-
CMYK0.2200.210.31
HSL123.08º19.6%60.98%-
HSV(B)123.08º22.29%68.63%-
XYZ30.0737.7329.74-
YUV159.12116.08111.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.29%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=30.29%
G=38.98%
B=30.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361751380.2200.210.31123.0819.660.98
Hex88AF8A160151F7b143d
Octal21025721226025371732475
Binary1000100010101111100010101011001010111111111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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