Html Css Color HEX #1EAF98 Niagara

📋 copy color: '#1EAF98'

red 30 ◦ green 175 ◦ blue 152

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

Shades of Niagara #1EAF98

Tints of Niagara #1EAF98

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 8.4%
G = 49.02%
B = 42.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#1EAF98 (or 0x1EAF98) is known color: Niagara. HEX triplet: 1E, AF and 98. RGB value is (30,175,152). Sum of RGB (Red+Green+Blue) = 30+175+152=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAF98 is #E15067. Grayscale: #808080. Windows color (decimal): -14766184 or 10006302. OLE color: 10006302.

HSL color Cylindrical-coordinate representation of color #1EAF98: hue angle of 170.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF98 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 175 152 -
CMYK 0.83 0 0.13 0.31
HSL 170.48º 0.71% 0.4% -
HSV(B) 170.48º 0.83% 0.69% -
XYZ 21.53 33.2 34.98 -
YUV 129.02 140.96 57.37 -
System Red Green Blue C M Y K H S L
Decimal 30 175 152 0.83 0 0.13 0.31 170.48 0.71 0.4
Hex 1E AF 98 53 0 D 1F AA 47 28
Octal 36 257 230 123 0 15 37 252 107 50
Binary 11110 10101111 10011000 1010011 0 1101 11111 10101010 1000111 101000

Color Harmonies of #1EAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAF98

Black with #1EAF98

Text Example


Text Example

White with #1EAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,175,152); }

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

background-color css

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

 a { background-color: rgb(30,175,152); }

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

border-color css

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

 span { border-color: rgb(30,175,152); }

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