#3BB094

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

Shades of Niagara #3BB094

Tints of Niagara #3BB094

Color information

#3BB094 (or 0x3BB094) is unknown color: approx Niagara. HEX triplet: 3B, B0 and 94. RGB value is (59,176,148). Sum of RGB (Red+Green+Blue) = 59+176+148=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB094 is #C44F6B. Grayscale: #898989. Windows color (decimal): -12865388 or 9744443. OLE color: 9744443.

HSL color Cylindrical-coordinate representation of color #3BB094: hue angle of 165.64º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BB094 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB59176148-
CMYK0.6600.160.31
HSL165.64º49.79%46.08%-
HSV(B)165.64º66.48%69.02%-
XYZ22.6734.1233.41-
YUV137.82133.7471.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.40%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=15.40%
G=45.95%
B=38.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591761480.6600.160.31165.6449.7946.08
Hex3BB094420101Fa6322e
Octal73260224102020372466256
Binary111011101100001001010010000100100001111110100110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,176,148); }

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

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

 a { background-color: rgb(59,176,148); }

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

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

 span { border-color: rgb(59,176,148); }

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