#8AAA88

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

Shades of Mantle #8AAA88

Tints of Mantle #8AAA88

Color information

#8AAA88 (or 0x8AAA88) is unknown color: approx Mantle. HEX triplet: 8A, AA and 88. RGB value is (138,170,136). Sum of RGB (Red+Green+Blue) = 138+170+136=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA88 is #755577. Grayscale: #9C9C9C. Windows color (decimal): -7689592 or 8956554. OLE color: 8956554.

HSL color Cylindrical-coordinate representation of color #8AAA88: hue angle of 116.47º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAA88 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB138170136-
CMYK0.1900.200.33
HSL116.47º16.67%60%-
HSV(B)116.47º20%66.67%-
XYZ29.335.9328.68-
YUV156.56116.4114.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=31.08%
G=38.29%
B=30.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381701360.1900.200.33116.4716.6760
Hex8AAA88130142174113c
Octal21225221023024411642174
Binary10001010101010101000100010011010100100001111010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,136); }

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

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

 a { background-color: rgb(138,170,136); }

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

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

 span { border-color: rgb(138,170,136); }

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