#3AAB97

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

Shades of Niagara #3AAB97

Tints of Niagara #3AAB97

Color information

#3AAB97 (or 0x3AAB97) is unknown color: approx Niagara. HEX triplet: 3A, AB and 97. RGB value is (58,171,151). Sum of RGB (Red+Green+Blue) = 58+171+151=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAB97 is #C55468. Grayscale: #868686. Windows color (decimal): -12932201 or 9939770. OLE color: 9939770.

HSL color Cylindrical-coordinate representation of color #3AAB97: hue angle of 169.38º 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 #3AAB97 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB58171151-
CMYK0.6600.120.33
HSL169.38º49.34%44.9%-
HSV(B)169.38º66.08%67.06%-
XYZ21.8932.2634.35-
YUV134.93137.0673.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.26%
GREEN value IS 171 (67.19% from 255) = 45%
BLUE value IS 151 (59.38% from 255) = 39.74%
R=15.26%
G=45%
B=39.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581711510.6600.120.33169.3849.3444.9
Hex3AAB97420C21a9312d
Octal72253227102014412516155
Binary111010101010111001011110000100110010000110101001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,171,151); }

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

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

 a { background-color: rgb(58,171,151); }

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

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

 span { border-color: rgb(58,171,151); }

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