#1EB997

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

Shades of Mountain Meadow #1EB997

Tints of Mountain Meadow #1EB997

Color information

#1EB997 (or 0x1EB997) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B9 and 97. RGB value is (30,185,151). Sum of RGB (Red+Green+Blue) = 30+185+151=366 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.20% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB997 is #E14668. Grayscale: #868686. Windows color (decimal): -14763625 or 9943326. OLE color: 9943326.

HSL color Cylindrical-coordinate representation of color #1EB997: hue angle of 166.84º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB997 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB30185151-
CMYK0.8400.180.27
HSL166.84º72.09%42.16%-
HSV(B)166.84º83.78%72.55%-
XYZ23.4737.2135.22-
YUV134.78137.1553.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.20%
GREEN value IS 185 (72.66% from 255) = 50.55%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=8.20%
G=50.55%
B=41.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301851510.8400.180.27166.8472.0942.16
Hex1EB997540121Ba7482a
Octal362712271240223324711052
Binary111101011100110010111101010001001011011101001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,185,151); }

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

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

 a { background-color: rgb(30,185,151); }

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

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

 span { border-color: rgb(30,185,151); }

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