#88A38B

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

Shades of Envy #88A38B

Tints of Envy #88A38B

Color information

#88A38B (or 0x88A38B) is unknown color: approx Envy. HEX triplet: 88, A3 and 8B. RGB value is (136,163,139). Sum of RGB (Red+Green+Blue) = 136+163+139=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #88A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A38B is #775C74. Grayscale: #989898. Windows color (decimal): -7822453 or 9151368. OLE color: 9151368.

HSL color Cylindrical-coordinate representation of color #88A38B: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88A38B is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB136163139-
CMYK0.1700.150.36
HSL126.67º12.8%58.63%-
HSV(B)126.67º16.56%63.92%-
XYZ27.9133.2929.38-
YUV152.19120.55116.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=31.05%
G=37.21%
B=31.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361631390.1700.150.36126.6712.858.63
Hex88A38B110F247fd3b
Octal21024321321017441771573
Binary100010001010001110001011100010111110010011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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