#12B18E

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

Shades of Mountain Meadow #12B18E

Tints of Mountain Meadow #12B18E

Color information

#12B18E (or 0x12B18E) is unknown color: approx Mountain Meadow. HEX triplet: 12, B1 and 8E. RGB value is (18,177,142). Sum of RGB (Red+Green+Blue) = 18+177+142=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #12B18E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B18E is #ED4E71. Grayscale: #7D7D7D. Windows color (decimal): -15552114 or 9351442. OLE color: 9351442.

HSL color Cylindrical-coordinate representation of color #12B18E: hue angle of 166.79º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B18E is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB18177142-
CMYK0.9000.200.31
HSL166.79º81.54%38.24%-
HSV(B)166.79º89.83%69.41%-
XYZ20.8533.5330.96-
YUV125.47137.3251.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 177 (69.53% from 255) = 52.52%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=5.34%
G=52.52%
B=42.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181771420.9000.200.31166.7981.5438.24
Hex12B18E5A0141Fa75226
Octal222612161320243724712246
Binary100101011000110001110101101001010011111101001111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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