Html Css Color HEX #1EAD93 Niagara

📋 copy color: '#1EAD93'

red 30 ◦ green 173 ◦ blue 147

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

Shades of Niagara #1EAD93

Tints of Niagara #1EAD93

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.43%

 BLUE value IS 147 (57.81% from 255) = 42%

R = 8.57%
G = 49.43%
B = 42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#1EAD93 (or 0x1EAD93) is known color: Niagara. HEX triplet: 1E, AD and 93. RGB value is (30,173,147). Sum of RGB (Red+Green+Blue) = 30+173+147=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD93 is #E1526C. Grayscale: #7F7F7F. Windows color (decimal): -14766701 or 9678110. OLE color: 9678110.

HSL color Cylindrical-coordinate representation of color #1EAD93: hue angle of 169.09º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD93 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 173 147 -
CMYK 0.83 0 0.15 0.32
HSL 169.09º 0.7% 0.4% -
HSV(B) 169.09º 0.83% 0.68% -
XYZ 20.75 32.27 32.74 -
YUV 127.28 139.12 58.61 -
System Red Green Blue C M Y K H S L
Decimal 30 173 147 0.83 0 0.15 0.32 169.09 0.7 0.4
Hex 1E AD 93 53 0 F 20 A9 46 28
Octal 36 255 223 123 0 17 40 251 106 50
Binary 11110 10101101 10010011 1010011 0 1111 100000 10101001 1000110 101000

Color Harmonies of #1EAD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAD93

Black with #1EAD93

Text Example


Text Example

White with #1EAD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,173,147); }

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

background-color css

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

 a { background-color: rgb(30,173,147); }

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

border-color css

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

 span { border-color: rgb(30,173,147); }

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