#3CAA9F

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

Shades of Niagara #3CAA9F

Tints of Niagara #3CAA9F

Color information

#3CAA9F (or 0x3CAA9F) is unknown color: approx Niagara. HEX triplet: 3C, AA and 9F. RGB value is (60,170,159). Sum of RGB (Red+Green+Blue) = 60+170+159=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA9F is #C35560. Grayscale: #878787. Windows color (decimal): -12801377 or 10463804. OLE color: 10463804.

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

Color convert

RGB60170159-
CMYK0.6500.060.33
HSL174º47.83%45.1%-
HSV(B)174º64.71%66.67%-
XYZ22.532.2137.83-
YUV135.86141.0673.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.42%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=15.42%
G=43.70%
B=40.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601701590.6500.060.3317447.8345.1
Hex3CAA9F410621ae302d
Octal7425223710106412566055
Binary11110010101010100111111000001011010000110101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,170,159); }

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

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

 a { background-color: rgb(60,170,159); }

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

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

 span { border-color: rgb(60,170,159); }

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