Html Css Color HEX #1EA050 Sea Green

📋 copy color: '#1EA050'

red 30 ◦ green 160 ◦ blue 80

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

Shades of Sea Green #1EA050

Tints of Sea Green #1EA050

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.26%

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 11.11%
G = 59.26%
B = 29.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#1EA050 (or 0x1EA050) is known color: Sea Green. HEX triplet: 1E, A0 and 50. RGB value is (30,160,80). Sum of RGB (Red+Green+Blue) = 30+160+80=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA050 is #E15FAF. Grayscale: #707070. Windows color (decimal): -14770096 or 5283870. OLE color: 5283870.

HSL color Cylindrical-coordinate representation of color #1EA050: hue angle of 143.08º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA050 is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 160 80 -
CMYK 0.81 0 0.5 0.37
HSL 143.08º 0.68% 0.37% -
HSV(B) 143.08º 0.81% 0.63% -
XYZ 14.55 26 11.84 -
YUV 112.01 109.93 69.5 -
System Red Green Blue C M Y K H S L
Decimal 30 160 80 0.81 0 0.5 0.37 143.08 0.68 0.37
Hex 1E A0 50 51 0 32 25 8F 44 25
Octal 36 240 120 121 0 62 45 217 104 45
Binary 11110 10100000 1010000 1010001 0 110010 100101 10001111 1000100 100101

Color Harmonies of #1EA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA050

Black with #1EA050

Text Example


Text Example

White with #1EA050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,160,80); }

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

background-color css

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

 a { background-color: rgb(30,160,80); }

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

border-color css

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

 span { border-color: rgb(30,160,80); }

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