#12B992

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

Shades of Mountain Meadow #12B992

Tints of Mountain Meadow #12B992

Color information

#12B992 (or 0x12B992) is unknown color: approx Mountain Meadow. HEX triplet: 12, B9 and 92. RGB value is (18,185,146). Sum of RGB (Red+Green+Blue) = 18+185+146=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #12B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B992 is #ED466D. Grayscale: #828282. Windows color (decimal): -15550062 or 9615634. OLE color: 9615634.

HSL color Cylindrical-coordinate representation of color #12B992: hue angle of 165.99º 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 #12B992 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18185146-
CMYK0.9000.210.27
HSL165.99º82.27%39.8%-
HSV(B)165.99º90.27%72.55%-
XYZ22.7936.933.12-
YUV130.62136.6747.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 185 (72.66% from 255) = 53.01%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=5.16%
G=53.01%
B=41.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181851460.9000.210.27165.9982.2739.8
Hex12B9925A0151Ba65228
Octal222712221320253324612250
Binary100101011100110010010101101001010111011101001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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