#3BAC9D

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

Shades of Niagara #3BAC9D

Tints of Niagara #3BAC9D

Color information

#3BAC9D (or 0x3BAC9D) is unknown color: approx Niagara. HEX triplet: 3B, AC and 9D. RGB value is (59,172,157). Sum of RGB (Red+Green+Blue) = 59+172+157=388 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.21% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC9D is #C45362. Grayscale: #888888. Windows color (decimal): -12866403 or 10333243. OLE color: 10333243.

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

Color convert

RGB59172157-
CMYK0.6600.090.33
HSL172.04º48.92%45.29%-
HSV(B)172.04º65.7%67.45%-
XYZ22.6432.8737.05-
YUV136.5139.5672.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.21%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=15.21%
G=44.33%
B=40.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591721570.6600.090.33172.0448.9245.29
Hex3BAC9D420921ac312d
Octal73254235102011412546155
Binary111011101011001001110110000100100110000110101100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,172,157); }

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

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

 a { background-color: rgb(59,172,157); }

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

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

 span { border-color: rgb(59,172,157); }

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