Html Css Color HEX #1EA58C Niagara

📋 copy color: '#1EA58C'

red 30 ◦ green 165 ◦ blue 140

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

Shades of Niagara #1EA58C

Tints of Niagara #1EA58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.25%

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 8.96%
G = 49.25%
B = 41.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#1EA58C (or 0x1EA58C) is known color: Niagara. HEX triplet: 1E, A5 and 8C. RGB value is (30,165,140). Sum of RGB (Red+Green+Blue) = 30+165+140=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA58C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA58C is #E15A73. Grayscale: #797979. Windows color (decimal): -14768756 or 9217310. OLE color: 9217310.

HSL color Cylindrical-coordinate representation of color #1EA58C: hue angle of 168.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA58C is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 30 165 140 -
CMYK 0.82 0 0.15 0.35
HSL 168.89º 0.69% 0.38% -
HSV(B) 168.89º 0.82% 0.65% -
XYZ 18.72 29.08 29.44 -
YUV 121.79 138.27 62.53 -
System Red Green Blue C M Y K H S L
Decimal 30 165 140 0.82 0 0.15 0.35 168.89 0.69 0.38
Hex 1E A5 8C 52 0 F 23 A9 45 26
Octal 36 245 214 122 0 17 43 251 105 46
Binary 11110 10100101 10001100 1010010 0 1111 100011 10101001 1000101 100110

Color Harmonies of #1EA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA58C

Black with #1EA58C

Text Example


Text Example

White with #1EA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,165,140); }

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

background-color css

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

 a { background-color: rgb(30,165,140); }

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

border-color css

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

 span { border-color: rgb(30,165,140); }

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