Html Css Color HEX #1EA994 Niagara

📋 copy color: '#1EA994'

red 30 ◦ green 169 ◦ blue 148

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

Shades of Niagara #1EA994

Tints of Niagara #1EA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.7%

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 8.65%
G = 48.7%
B = 42.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#1EA994 (or 0x1EA994) is known color: Niagara. HEX triplet: 1E, A9 and 94. RGB value is (30,169,148). Sum of RGB (Red+Green+Blue) = 30+169+148=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA994 is #E1566B. Grayscale: #7C7C7C. Windows color (decimal): -14767724 or 9742622. OLE color: 9742622.

HSL color Cylindrical-coordinate representation of color #1EA994: hue angle of 170.94º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA994 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 30 169 148 -
CMYK 0.82 0 0.12 0.34
HSL 170.94º 0.7% 0.39% -
HSV(B) 170.94º 0.82% 0.66% -
XYZ 20.07 30.79 32.9 -
YUV 125.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 30 169 148 0.82 0 0.12 0.34 170.94 0.7 0.39
Hex 1E A9 94 52 0 C 22 AB 46 27
Octal 36 251 224 122 0 14 42 253 106 47
Binary 11110 10101001 10010100 1010010 0 1100 100010 10101011 1000110 100111

Color Harmonies of #1EA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA994

Black with #1EA994

Text Example


Text Example

White with #1EA994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,169,148); }

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

background-color css

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

 a { background-color: rgb(30,169,148); }

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

border-color css

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

 span { border-color: rgb(30,169,148); }

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