#81AB88

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

Shades of Envy #81AB88

Tints of Envy #81AB88

Color information

#81AB88 (or 0x81AB88) is unknown color: approx Envy. HEX triplet: 81, AB and 88. RGB value is (129,171,136). Sum of RGB (Red+Green+Blue) = 129+171+136=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AB88 is #7E5477. Grayscale: #9A9A9A. Windows color (decimal): -8279160 or 8956801. OLE color: 8956801.

HSL color Cylindrical-coordinate representation of color #81AB88: hue angle of 130º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AB88 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB129171136-
CMYK0.2500.200.33
HSL130º20%58.82%-
HSV(B)130º24.56%67.06%-
XYZ28.0635.5728.68-
YUV154.45117.59109.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=29.59%
G=39.22%
B=31.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291711360.2500.200.331302058.82
Hex81AB88190142182143b
Octal20125321031024412022473
Binary100000011010101110001000110010101001000011000001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AB88; }

 p { color: rgb(129,171,136); }

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

<style>
 a { background-color: #81AB88; }

 a { background-color: rgb(129,171,136); }

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

<style>
 span { border-color: #81AB88; }

 span { border-color: rgb(129,171,136); }

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