#1CA78C

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

Shades of Niagara #1CA78C

Tints of Niagara #1CA78C

Color information

#1CA78C (or 0x1CA78C) is unknown color: approx Niagara. HEX triplet: 1C, A7 and 8C. RGB value is (28,167,140). Sum of RGB (Red+Green+Blue) = 28+167+140=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA78C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA78C is #E35873. Grayscale: #7A7A7A. Windows color (decimal): -14899316 or 9217820. OLE color: 9217820.

HSL color Cylindrical-coordinate representation of color #1CA78C: hue angle of 168.35º 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 #1CA78C is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB28167140-
CMYK0.8300.160.35
HSL168.35º71.28%38.24%-
HSV(B)168.35º83.23%65.49%-
XYZ19.0329.7829.56-
YUV122.36137.9560.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=8.36%
G=49.85%
B=41.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281671400.8300.160.35168.3571.2838.24
Hex1CA78C5301023a84726
Octal342472141230204325010746
Binary1110010100111100011001010011010000100011101010001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,167,140); }

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

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

 a { background-color: rgb(28,167,140); }

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

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

 span { border-color: rgb(28,167,140); }

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