#3CAC9E

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

Shades of Niagara #3CAC9E

Tints of Niagara #3CAC9E

Color information

#3CAC9E (or 0x3CAC9E) is unknown color: approx Niagara. HEX triplet: 3C, AC and 9E. RGB value is (60,172,158). Sum of RGB (Red+Green+Blue) = 60+172+158=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC9E is #C35361. Grayscale: #888888. Windows color (decimal): -12800866 or 10398780. OLE color: 10398780.

HSL color Cylindrical-coordinate representation of color #3CAC9E: hue angle of 172.5º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAC9E is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB60172158-
CMYK0.6500.080.33
HSL172.5º48.28%45.49%-
HSV(B)172.5º65.12%67.45%-
XYZ22.7932.9337.5-
YUV136.92139.8973.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.38%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=15.38%
G=44.10%
B=40.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601721580.6500.080.33172.548.2845.49
Hex3CAC9E410821ac302d
Octal74254236101010412546055
Binary111100101011001001111010000010100010000110101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,172,158); }

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

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

 a { background-color: rgb(60,172,158); }

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

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

 span { border-color: rgb(60,172,158); }

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