Html Css Color HEX #1EB295 Niagara

📋 copy color: '#1EB295'

red 30 ◦ green 178 ◦ blue 149

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

Shades of Niagara #1EB295

Tints of Niagara #1EB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.86%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 8.4%
G = 49.86%
B = 41.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#1EB295 (or 0x1EB295) is known color: Niagara. HEX triplet: 1E, B2 and 95. RGB value is (30,178,149). Sum of RGB (Red+Green+Blue) = 30+178+149=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB295 is #E14D6A. Grayscale: #828282. Windows color (decimal): -14765419 or 9810462. OLE color: 9810462.

HSL color Cylindrical-coordinate representation of color #1EB295: hue angle of 168.24º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB295 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 30 178 149 -
CMYK 0.83 0 0.16 0.30
HSL 168.24º 0.71% 0.41% -
HSV(B) 168.24º 0.83% 0.7% -
XYZ 21.88 34.29 33.9 -
YUV 130.44 138.47 56.36 -
System Red Green Blue C M Y K H S L
Decimal 30 178 149 0.83 0 0.16 0.30 168.24 0.71 0.41
Hex 1E B2 95 53 0 10 1E A8 47 29
Octal 36 262 225 123 0 20 36 250 107 51
Binary 11110 10110010 10010101 1010011 0 10000 11110 10101000 1000111 101001

Color Harmonies of #1EB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB295

Black with #1EB295

Text Example


Text Example

White with #1EB295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,178,149); }

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

background-color css

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

 a { background-color: rgb(30,178,149); }

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

border-color css

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

 span { border-color: rgb(30,178,149); }

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