#1eba99

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

Shades of Mountain Meadow #1EBA99

Tints of Mountain Meadow #1EBA99

Color information

#1EBA99 (or 0x1EBA99) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BA and 99. RGB value is (30,186,153). Sum of RGB (Red+Green+Blue) = 30+186+153=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBA99 is #E14566. Grayscale: #878787. Windows color (decimal): -14763367 or 10074654. OLE color: 10074654.

HSL color Cylindrical-coordinate representation of color #1EBA99: hue angle of 167.31º 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 #1EBA99 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB30186153-
CMYK0.8400.180.27
HSL167.31º72.22%42.35%-
HSV(B)167.31º83.87%72.94%-
XYZ23.8437.6936.16-
YUV135.59137.8252.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.13%
GREEN value IS 186 (73.05% from 255) = 50.41%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=8.13%
G=50.41%
B=41.46%

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
Decimal301861530.8400.180.27167.3172.2242.35
Hex1EBA99540121Ba7482a
Octal362722311240223324711052
Binary111101011101010011001101010001001011011101001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eba99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,186,153); }

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

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

 a { background-color: rgb(30,186,153); }

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

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

 span { border-color: rgb(30,186,153); }

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