Html Css Color HEX #12B395 Mountain Meadow

📋 copy color: '#12B395'

red 18 ◦ green 179 ◦ blue 149

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

Shades of Mountain Meadow #12B395

Tints of Mountain Meadow #12B395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.73%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 5.2%
G = 51.73%
B = 43.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#12B395 (or 0x12B395) is known color: Mountain Meadow. HEX triplet: 12, B3 and 95. RGB value is (18,179,149). Sum of RGB (Red+Green+Blue) = 18+179+149=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #12B395 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B395 is #ED4C6A. Grayscale: #7F7F7F. Windows color (decimal): -15551595 or 9810706. OLE color: 9810706.

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

Color convert

RGB 18 179 149 -
CMYK 0.90 0 0.17 0.30
HSL 168.82º 0.82% 0.39% -
HSV(B) 168.82º 0.9% 0.7% -
XYZ 21.79 34.54 33.95 -
YUV 127.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 18 179 149 0.90 0 0.17 0.30 168.82 0.82 0.39
Hex 12 B3 95 5A 0 11 1E A9 52 27
Octal 22 263 225 132 0 21 36 251 122 47
Binary 10010 10110011 10010101 1011010 0 10001 11110 10101001 1010010 100111

Color Harmonies of #12B395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B395

Black with #12B395

Text Example


Text Example

White with #12B395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,149); }

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

background-color css

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

 a { background-color: rgb(18,179,149); }

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

border-color css

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

 span { border-color: rgb(18,179,149); }

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