#99AE8E

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

Shades of Mantle #99AE8E

Tints of Mantle #99AE8E

Color information

#99AE8E (or 0x99AE8E) is unknown color: approx Mantle. HEX triplet: 99, AE and 8E. RGB value is (153,174,142). Sum of RGB (Red+Green+Blue) = 153+174+142=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE8E is #665171. Grayscale: #A4A4A4. Windows color (decimal): -6705522 or 9350809. OLE color: 9350809.

HSL color Cylindrical-coordinate representation of color #99AE8E: hue angle of 99.37º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99AE8E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB153174142-
CMYK0.1200.180.32
HSL99.37º16.49%61.96%-
HSV(B)99.37º18.39%68.24%-
XYZ33.163931.37-
YUV164.07115.54120.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=32.62%
G=37.10%
B=30.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741420.1200.180.3299.3716.4961.96
Hex99AE8EC0122063103e
Octal23125621614022401432076
Binary1001100110101110100011101100010010100000110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AE8E; }

 p { color: rgb(153,174,142); }

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

<style>
 a { background-color: #99AE8E; }

 a { background-color: rgb(153,174,142); }

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

<style>
 span { border-color: #99AE8E; }

 span { border-color: rgb(153,174,142); }

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