#8AAF8C

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

Shades of Envy #8AAF8C

Tints of Envy #8AAF8C

Color information

#8AAF8C (or 0x8AAF8C) is unknown color: approx Envy. HEX triplet: 8A, AF and 8C. RGB value is (138,175,140). Sum of RGB (Red+Green+Blue) = 138+175+140=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF8C is #755073. Grayscale: #A0A0A0. Windows color (decimal): -7688308 or 9219978. OLE color: 9219978.

HSL color Cylindrical-coordinate representation of color #8AAF8C: hue angle of 123.24º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF8C is Cyan = 0.21, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB138175140-
CMYK0.2100.20.31
HSL123.24º18.78%61.37%-
HSV(B)123.24º21.14%68.63%-
XYZ30.5437.9630.53-
YUV159.95116.74112.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=30.46%
G=38.63%
B=30.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751400.2100.20.31123.2418.7861.37
Hex8AAF8C150141F7b133d
Octal21225721425024371732375
Binary1000101010101111100011001010101010011111111101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAF8C; }

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

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

<style>
 a { background-color: #8AAF8C; }

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

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

<style>
 span { border-color: #8AAF8C; }

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

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