#3AB192

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

Shades of Niagara #3AB192

Tints of Niagara #3AB192

Color information

#3AB192 (or 0x3AB192) is unknown color: approx Niagara. HEX triplet: 3A, B1 and 92. RGB value is (58,177,146). Sum of RGB (Red+Green+Blue) = 58+177+146=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB192 is #C54E6D. Grayscale: #898989. Windows color (decimal): -12930670 or 9613626. OLE color: 9613626.

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

Color convert

RGB58177146-
CMYK0.6700.180.31
HSL164.37º50.64%46.08%-
HSV(B)164.37º67.23%69.41%-
XYZ22.6634.4232.64-
YUV137.88132.5871.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.22%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=15.22%
G=46.46%
B=38.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581771460.6700.180.31164.3750.6446.08
Hex3AB192430121Fa4332e
Octal72261222103022372446356
Binary111010101100011001001010000110100101111110100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,177,146); }

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

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

 a { background-color: rgb(58,177,146); }

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

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

 span { border-color: rgb(58,177,146); }

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