#12B787

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

Shades of Mountain Meadow #12B787

Tints of Mountain Meadow #12B787

Color information

#12B787 (or 0x12B787) is unknown color: approx Mountain Meadow. HEX triplet: 12, B7 and 87. RGB value is (18,183,135). Sum of RGB (Red+Green+Blue) = 18+183+135=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #12B787 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B787 is #ED4878. Grayscale: #808080. Windows color (decimal): -15550585 or 8894226. OLE color: 8894226.

HSL color Cylindrical-coordinate representation of color #12B787: hue angle of 162.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B787 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB18183135-
CMYK0.9000.260.28
HSL162.55º82.09%39.41%-
HSV(B)162.55º90.16%71.76%-
XYZ21.5635.7428.68-
YUV128.19131.8449.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 183 (71.88% from 255) = 54.46%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=5.36%
G=54.46%
B=40.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181831350.9000.260.28162.5582.0939.41
Hex12B7875A01A1Ca35227
Octal222672071320323424312247
Binary100101011011110000111101101001101011100101000111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,183,135); }

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

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

 a { background-color: rgb(18,183,135); }

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

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

 span { border-color: rgb(18,183,135); }

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