Html Css Color HEX #1EB394 Mountain Meadow

📋 copy color: '#1EB394'

red 30 ◦ green 179 ◦ blue 148

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

Shades of Mountain Meadow #1EB394

Tints of Mountain Meadow #1EB394

RGB

 RED value IS 30 (12.11% from 255) = 8.4%

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

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

R = 8.4%
G = 50.14%
B = 41.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#1EB394 (or 0x1EB394) is known color: Mountain Meadow. HEX triplet: 1E, B3 and 94. RGB value is (30,179,148). Sum of RGB (Red+Green+Blue) = 30+179+148=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB394 is #E14C6B. Grayscale: #828282. Windows color (decimal): -14765164 or 9745182. OLE color: 9745182.

HSL color Cylindrical-coordinate representation of color #1EB394: hue angle of 167.52º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB394 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 30 179 148 -
CMYK 0.83 0 0.17 0.30
HSL 167.52º 0.71% 0.41% -
HSV(B) 167.52º 0.83% 0.7% -
XYZ 22 34.65 33.55 -
YUV 130.92 137.64 56.02 -
System Red Green Blue C M Y K H S L
Decimal 30 179 148 0.83 0 0.17 0.30 167.52 0.71 0.41
Hex 1E B3 94 53 0 11 1E A8 47 29
Octal 36 263 224 123 0 21 36 250 107 51
Binary 11110 10110011 10010100 1010011 0 10001 11110 10101000 1000111 101001

Color Harmonies of #1EB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB394

Black with #1EB394

Text Example


Text Example

White with #1EB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EB394; }

 p { color: rgb(30,179,148); }

 H1.HeaderClassName
 {
   color: #1EB394;
 }
 .AnyTagClassName
 {
   color: #1EB394;
 }
</style>

background-color css

<style>
 a { background-color: #1EB394; }

 a { background-color: rgb(30,179,148); }

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

border-color css

<style>
 span { border-color: #1EB394; }

 span { border-color: rgb(30,179,148); }

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