Html Css Color HEX #1EAB8D Niagara

📋 copy color: '#1EAB8D'

red 30 ◦ green 171 ◦ blue 141

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

Shades of Niagara #1EAB8D

Tints of Niagara #1EAB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50%

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 8.77%
G = 50%
B = 41.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#1EAB8D (or 0x1EAB8D) is known color: Niagara. HEX triplet: 1E, AB and 8D. RGB value is (30,171,141). Sum of RGB (Red+Green+Blue) = 30+171+141=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAB8D is #E15472. Grayscale: #7D7D7D. Windows color (decimal): -14767219 or 9284382. OLE color: 9284382.

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

Color convert

RGB 30 171 141 -
CMYK 0.82 0 0.18 0.33
HSL 167.23º 0.7% 0.39% -
HSV(B) 167.23º 0.82% 0.67% -
XYZ 19.91 31.32 30.2 -
YUV 125.42 136.79 59.94 -
System Red Green Blue C M Y K H S L
Decimal 30 171 141 0.82 0 0.18 0.33 167.23 0.7 0.39
Hex 1E AB 8D 52 0 12 21 A7 46 27
Octal 36 253 215 122 0 22 41 247 106 47
Binary 11110 10101011 10001101 1010010 0 10010 100001 10100111 1000110 100111

Color Harmonies of #1EAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAB8D

Black with #1EAB8D

Text Example


Text Example

White with #1EAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,171,141); }

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

background-color css

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

 a { background-color: rgb(30,171,141); }

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

border-color css

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

 span { border-color: rgb(30,171,141); }

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