#1EBC90

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

Shades of Mountain Meadow #1EBC90

Tints of Mountain Meadow #1EBC90

Color information

#1EBC90 (or 0x1EBC90) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BC and 90. RGB value is (30,188,144). Sum of RGB (Red+Green+Blue) = 30+188+144=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBC90 is #E1436F. Grayscale: #878787. Windows color (decimal): -14762864 or 9485342. OLE color: 9485342.

HSL color Cylindrical-coordinate representation of color #1EBC90: hue angle of 163.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC90 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB30188144-
CMYK0.8400.230.26
HSL163.29º72.48%42.75%-
HSV(B)163.29º84.04%73.73%-
XYZ23.5538.2632.53-
YUV135.74132.6552.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.29%
GREEN value IS 188 (73.83% from 255) = 51.93%
BLUE value IS 144 (56.64% from 255) = 39.78%
R=8.29%
G=51.93%
B=39.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301881440.8400.230.26163.2972.4842.75
Hex1EBC90540171Aa3482b
Octal362742201240273224311053
Binary111101011110010010000101010001011111010101000111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,188,144); }

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

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

 a { background-color: rgb(30,188,144); }

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

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

 span { border-color: rgb(30,188,144); }

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