#1EAA98

Color #1EAA98 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #1EAA98

Tints of Niagara #1EAA98

Color information

#1EAA98 (or 0x1EAA98) is unknown color: approx Niagara. HEX triplet: 1E, AA and 98. RGB value is (30,170,152). Sum of RGB (Red+Green+Blue) = 30+170+152=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA98 is #E15567. Grayscale: #7E7E7E. Windows color (decimal): -14767464 or 10005022. OLE color: 10005022.

HSL color Cylindrical-coordinate representation of color #1EAA98: hue angle of 172.29º 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 #1EAA98 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB30170152-
CMYK0.8200.110.33
HSL172.29º70%39.22%-
HSV(B)172.29º82.35%66.67%-
XYZ20.5831.2934.66-
YUV126.09142.6259.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.52%
GREEN value IS 170 (66.80% from 255) = 48.30%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=8.52%
G=48.30%
B=43.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301701520.8200.110.33172.297039.22
Hex1EAA98520B21ac4627
Octal362522301220134125410647
Binary111101010101010011000101001001011100001101011001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EAA98;
 }
 .AnyTagClassName
 {
   color: #1EAA98;
 }
</style>
background-color css

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

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

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

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

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

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