#1CA58E

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

Shades of Niagara #1CA58E

Tints of Niagara #1CA58E

Color information

#1CA58E (or 0x1CA58E) is unknown color: approx Niagara. HEX triplet: 1C, A5 and 8E. RGB value is (28,165,142). Sum of RGB (Red+Green+Blue) = 28+165+142=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA58E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA58E is #E35A71. Grayscale: #797979. Windows color (decimal): -14899826 or 9348380. OLE color: 9348380.

HSL color Cylindrical-coordinate representation of color #1CA58E: hue angle of 169.93º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA58E is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB28165142-
CMYK0.8300.140.35
HSL169.93º70.98%37.84%-
HSV(B)169.93º83.03%64.71%-
XYZ18.8229.1130.22-
YUV121.42139.6161.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 165 (64.84% from 255) = 49.25%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=8.36%
G=49.25%
B=42.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281651420.8300.140.35169.9370.9837.84
Hex1CA58E530E23aa4726
Octal342452161230164325210746
Binary111001010010110001110101001101110100011101010101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,165,142); }

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

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

 a { background-color: rgb(28,165,142); }

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

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

 span { border-color: rgb(28,165,142); }

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