#3CAC9C

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

Shades of Niagara #3CAC9C

Tints of Niagara #3CAC9C

Color information

#3CAC9C (or 0x3CAC9C) is unknown color: approx Niagara. HEX triplet: 3C, AC and 9C. RGB value is (60,172,156). Sum of RGB (Red+Green+Blue) = 60+172+156=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC9C is #C35363. Grayscale: #888888. Windows color (decimal): -12800868 or 10267708. OLE color: 10267708.

HSL color Cylindrical-coordinate representation of color #3CAC9C: hue angle of 171.43º 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 #3CAC9C is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB60172156-
CMYK0.6500.090.33
HSL171.43º48.28%45.49%-
HSV(B)171.43º65.12%67.45%-
XYZ22.6232.8736.6-
YUV136.69138.8973.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.46%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=15.46%
G=44.33%
B=40.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601721560.6500.090.33171.4348.2845.49
Hex3CAC9C410921ab302d
Octal74254234101011412536055
Binary111100101011001001110010000010100110000110101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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