#3CB494

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

Shades of Niagara #3CB494

Tints of Niagara #3CB494

Color information

#3CB494 (or 0x3CB494) is unknown color: approx Niagara. HEX triplet: 3C, B4 and 94. RGB value is (60,180,148). Sum of RGB (Red+Green+Blue) = 60+180+148=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB494 is #C34B6B. Grayscale: #8C8C8C. Windows color (decimal): -12798828 or 9745468. OLE color: 9745468.

HSL color Cylindrical-coordinate representation of color #3CB494: hue angle of 164º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB494 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB60180148-
CMYK0.6700.180.29
HSL164º50%47.06%-
HSV(B)164º66.67%70.59%-
XYZ23.5335.7433.68-
YUV140.47132.2470.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.46%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=15.46%
G=46.39%
B=38.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601801480.6700.180.291645047.06
Hex3CB494430121Da4322f
Octal74264224103022352446257
Binary111100101101001001010010000110100101110110100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB494; }

 p { color: rgb(60,180,148); }

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

<style>
 a { background-color: #3CB494; }

 a { background-color: rgb(60,180,148); }

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

<style>
 span { border-color: #3CB494; }

 span { border-color: rgb(60,180,148); }

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