#3bb596

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

Shades of Niagara #3BB596

Tints of Niagara #3BB596

Color information

#3BB596 (or 0x3BB596) is unknown color: approx Niagara. HEX triplet: 3B, B5 and 96. RGB value is (59,181,150). Sum of RGB (Red+Green+Blue) = 59+181+150=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB596 is #C44A69. Grayscale: #8C8C8C. Windows color (decimal): -12864106 or 9876795. OLE color: 9876795.

HSL color Cylindrical-coordinate representation of color #3BB596: hue angle of 164.75º degrees, saturation: 0.51, 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 #3BB596 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB59181150-
CMYK0.6700.170.29
HSL164.75º50.83%47.06%-
HSV(B)164.75º67.4%70.98%-
XYZ23.8336.1834.58-
YUV140.99133.0869.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.13%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=15.13%
G=46.41%
B=38.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591811500.6700.170.29164.7550.8347.06
Hex3BB596430111Da5332f
Octal73265226103021352456357
Binary111011101101011001011010000110100011110110100101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bb596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,181,150); }

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

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

 a { background-color: rgb(59,181,150); }

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

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

 span { border-color: rgb(59,181,150); }

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