#88AF8B

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

Shades of Envy #88AF8B

Tints of Envy #88AF8B

Color information

#88AF8B (or 0x88AF8B) is unknown color: approx Envy. HEX triplet: 88, AF and 8B. RGB value is (136,175,139). Sum of RGB (Red+Green+Blue) = 136+175+139=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AF8B is #775074. Grayscale: #9F9F9F. Windows color (decimal): -7819381 or 9154440. OLE color: 9154440.

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

Color convert

RGB136175139-
CMYK0.2200.210.31
HSL124.62º19.6%60.98%-
HSV(B)124.62º22.29%68.63%-
XYZ30.1437.7630.13-
YUV159.24116.58111.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=30.22%
G=38.89%
B=30.89%

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
Decimal1361751390.2200.210.31124.6219.660.98
Hex88AF8B160151F7d143d
Octal21025721326025371752475
Binary1000100010101111100010111011001010111111111110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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