#1CAC94

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

Shades of Niagara #1CAC94

Tints of Niagara #1CAC94

Color information

#1CAC94 (or 0x1CAC94) is unknown color: approx Niagara. HEX triplet: 1C, AC and 94. RGB value is (28,172,148). Sum of RGB (Red+Green+Blue) = 28+172+148=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAC94 is #E3536B. Grayscale: #7E7E7E. Windows color (decimal): -14898028 or 9743388. OLE color: 9743388.

HSL color Cylindrical-coordinate representation of color #1CAC94: hue angle of 170º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC94 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB28172148-
CMYK0.8400.140.33
HSL170º72%39.22%-
HSV(B)170º83.72%67.45%-
XYZ20.5831.8933.09-
YUV126.21140.2957.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.05%
GREEN value IS 172 (67.58% from 255) = 49.43%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=8.05%
G=49.43%
B=42.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281721480.8400.140.331707239.22
Hex1CAC94540E21aa4827
Octal342542241240164125211047
Binary111001010110010010100101010001110100001101010101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,172,148); }

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

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

 a { background-color: rgb(28,172,148); }

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

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

 span { border-color: rgb(28,172,148); }

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