#3AB499

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

Shades of Niagara #3AB499

Tints of Niagara #3AB499

Color information

#3AB499 (or 0x3AB499) is unknown color: approx Niagara. HEX triplet: 3A, B4 and 99. RGB value is (58,180,153). Sum of RGB (Red+Green+Blue) = 58+180+153=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB499 is #C54B66. Grayscale: #8C8C8C. Windows color (decimal): -12929895 or 10073146. OLE color: 10073146.

HSL color Cylindrical-coordinate representation of color #3AB499: hue angle of 166.72º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB499 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB58180153-
CMYK0.6800.150.29
HSL166.72º51.26%46.67%-
HSV(B)166.72º67.78%70.59%-
XYZ23.8235.8435.8-
YUV140.44135.0869.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.83%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=14.83%
G=46.04%
B=39.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal581801530.6800.150.29166.7251.2646.67
Hex3AB499440F1Da7332f
Octal72264231104017352476357
Binary11101010110100100110011000100011111110110100111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,180,153); }

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

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

 a { background-color: rgb(58,180,153); }

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

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

 span { border-color: rgb(58,180,153); }

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