#3AA074

Color #3AA074 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #3AA074

Tints of Medium Sea Green #3AA074

Color information

#3AA074 (or 0x3AA074) is unknown color: approx Medium Sea Green. HEX triplet: 3A, A0 and 74. RGB value is (58,160,116). Sum of RGB (Red+Green+Blue) = 58+160+116=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA074 is #C55F8B. Grayscale: #7C7C7C. Windows color (decimal): -12935052 or 7643194. OLE color: 7643194.

HSL color Cylindrical-coordinate representation of color #3AA074: hue angle of 154.12º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA074 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB58160116-
CMYK0.6400.280.37
HSL154.12º46.79%42.75%-
HSV(B)154.12º63.75%62.75%-
XYZ17.4727.320.87-
YUV124.49123.2180.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=17.37%
G=47.90%
B=34.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal581601160.6400.280.37154.1246.7942.75
Hex3AA0744001C259a2f2b
Octal72240164100034452325753
Binary111010101000001110100100000001110010010110011010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,160,116); }

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

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

 a { background-color: rgb(58,160,116); }

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

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

 span { border-color: rgb(58,160,116); }

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