#3aaa9f

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

Shades of Niagara #3AAA9F

Tints of Niagara #3AAA9F

Color information

#3AAA9F (or 0x3AAA9F) is unknown color: approx Niagara. HEX triplet: 3A, AA and 9F. RGB value is (58,170,159). Sum of RGB (Red+Green+Blue) = 58+170+159=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAA9F is #C55560. Grayscale: #878787. Windows color (decimal): -12932449 or 10463802. OLE color: 10463802.

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

Color convert

RGB58170159-
CMYK0.6600.060.33
HSL174.11º49.12%44.71%-
HSV(B)174.11º65.88%66.67%-
XYZ22.3832.1537.83-
YUV135.26141.3972.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.99%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=14.99%
G=43.93%
B=41.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581701590.6600.060.33174.1149.1244.71
Hex3AAA9F420621ae312d
Octal7225223710206412566155
Binary11101010101010100111111000010011010000110101110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aaa9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,170,159); }

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

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

 a { background-color: rgb(58,170,159); }

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

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

 span { border-color: rgb(58,170,159); }

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