Html Css Color HEX #1EA083 Niagara

📋 copy color: '#1EA083'

red 30 ◦ green 160 ◦ blue 131

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

Shades of Niagara #1EA083

Tints of Niagara #1EA083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 9.35%
G = 49.84%
B = 40.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#1EA083 (or 0x1EA083) is known color: Niagara. HEX triplet: 1E, A0 and 83. RGB value is (30,160,131). Sum of RGB (Red+Green+Blue) = 30+160+131=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA083 is #E15F7C. Grayscale: #757575. Windows color (decimal): -14770045 or 8626206. OLE color: 8626206.

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

Color convert

RGB 30 160 131 -
CMYK 0.81 0 0.18 0.37
HSL 166.62º 0.68% 0.37% -
HSV(B) 166.62º 0.81% 0.63% -
XYZ 17.2 27.06 25.79 -
YUV 117.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 30 160 131 0.81 0 0.18 0.37 166.62 0.68 0.37
Hex 1E A0 83 51 0 12 25 A7 44 25
Octal 36 240 203 121 0 22 45 247 104 45
Binary 11110 10100000 10000011 1010001 0 10010 100101 10100111 1000100 100101

Color Harmonies of #1EA083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA083

Black with #1EA083

Text Example


Text Example

White with #1EA083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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