Html Css Color HEX #12B094 Mountain Meadow

📋 copy color: '#12B094'

red 18 ◦ green 176 ◦ blue 148

#12B094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #12B094

Tints of Mountain Meadow #12B094

RGB

 RED value IS 18 (7.42% from 255) = 5.26%

 GREEN value IS 176 (69.14% from 255) = 51.46%

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 5.26%
G = 51.46%
B = 43.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#12B094 (or 0x12B094) is known color: Mountain Meadow. HEX triplet: 12, B0 and 94. RGB value is (18,176,148). Sum of RGB (Red+Green+Blue) = 18+176+148=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #12B094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B094 is #ED4F6B. Grayscale: #7D7D7D. Windows color (decimal): -15552364 or 9744402. OLE color: 9744402.

HSL color Cylindrical-coordinate representation of color #12B094: hue angle of 169.37º degrees, saturation: 0.81, 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 #12B094 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 176 148 -
CMYK 0.90 0 0.16 0.31
HSL 169.37º 0.81% 0.38% -
HSV(B) 169.37º 0.9% 0.69% -
XYZ 21.12 33.32 33.33 -
YUV 125.57 140.65 51.28 -
System Red Green Blue C M Y K H S L
Decimal 18 176 148 0.90 0 0.16 0.31 169.37 0.81 0.38
Hex 12 B0 94 5A 0 10 1F A9 51 26
Octal 22 260 224 132 0 20 37 251 121 46
Binary 10010 10110000 10010100 1011010 0 10000 11111 10101001 1010001 100110

Color Harmonies of #12B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B094

Black with #12B094

Text Example


Text Example

White with #12B094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,176,148); }

 H1.HeaderClassName
 {
   color: #12B094;
 }
 .AnyTagClassName
 {
   color: #12B094;
 }
</style>

background-color css

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

 a { background-color: rgb(18,176,148); }

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

border-color css

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

 span { border-color: rgb(18,176,148); }

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