#12AA8E

Color #12AA8E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #12AA8E

Tints of Mountain Meadow #12AA8E

Color information

#12AA8E (or 0x12AA8E) is unknown color: approx Mountain Meadow. HEX triplet: 12, AA and 8E. RGB value is (18,170,142). Sum of RGB (Red+Green+Blue) = 18+170+142=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AA8E is #ED5571. Grayscale: #797979. Windows color (decimal): -15553906 or 9349650. OLE color: 9349650.

HSL color Cylindrical-coordinate representation of color #12AA8E: hue angle of 168.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA8E is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB18170142-
CMYK0.8900.160.33
HSL168.95º80.85%36.86%-
HSV(B)168.95º89.41%66.67%-
XYZ19.5130.8330.51-
YUV121.36139.6454.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.45%
GREEN value IS 170 (66.80% from 255) = 51.52%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=5.45%
G=51.52%
B=43.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701420.8900.160.33168.9580.8536.86
Hex12AA8E5901021a95125
Octal222522161310204125112145
Binary1001010101010100011101011001010000100001101010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AA8E; }

 p { color: rgb(18,170,142); }

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

<style>
 a { background-color: #12AA8E; }

 a { background-color: rgb(18,170,142); }

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

<style>
 span { border-color: #12AA8E; }

 span { border-color: rgb(18,170,142); }

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