#88AE8B

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

Shades of Envy #88AE8B

Tints of Envy #88AE8B

Color information

#88AE8B (or 0x88AE8B) is unknown color: approx Envy. HEX triplet: 88, AE and 8B. RGB value is (136,174,139). Sum of RGB (Red+Green+Blue) = 136+174+139=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #88AE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AE8B is #775174. Grayscale: #9E9E9E. Windows color (decimal): -7819637 or 9154184. OLE color: 9154184.

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

Color convert

RGB136174139-
CMYK0.2200.200.32
HSL124.74º19%60.78%-
HSV(B)124.74º21.84%68.24%-
XYZ29.9537.3730.06-
YUV158.65116.91111.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.29%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=30.29%
G=38.75%
B=30.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361741390.2200.200.32124.741960.78
Hex88AE8B16014207d133d
Octal21025621326024401752375
Binary10001000101011101000101110110010100100000111110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,174,139); }

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

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

 a { background-color: rgb(136,174,139); }

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

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

 span { border-color: rgb(136,174,139); }

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