#12B996

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

Shades of Mountain Meadow #12B996

Tints of Mountain Meadow #12B996

Color information

#12B996 (or 0x12B996) is unknown color: approx Mountain Meadow. HEX triplet: 12, B9 and 96. RGB value is (18,185,150). Sum of RGB (Red+Green+Blue) = 18+185+150=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #12B996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B996 is #ED4669. Grayscale: #838383. Windows color (decimal): -15550058 or 9877778. OLE color: 9877778.

HSL color Cylindrical-coordinate representation of color #12B996: hue angle of 167.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B996 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18185150-
CMYK0.9000.190.27
HSL167.43º82.27%39.8%-
HSV(B)167.43º90.27%72.55%-
XYZ23.137.0334.78-
YUV131.08138.6747.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.10%
GREEN value IS 185 (72.66% from 255) = 52.41%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=5.10%
G=52.41%
B=42.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181851500.9000.190.27167.4382.2739.8
Hex12B9965A0131Ba75228
Octal222712261320233324712250
Binary100101011100110010110101101001001111011101001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,185,150); }

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

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

 a { background-color: rgb(18,185,150); }

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

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

 span { border-color: rgb(18,185,150); }

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