#3AA474

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

Shades of Medium Sea Green #3AA474

Tints of Medium Sea Green #3AA474

Color information

#3AA474 (or 0x3AA474) is unknown color: approx Medium Sea Green. HEX triplet: 3A, A4 and 74. RGB value is (58,164,116). Sum of RGB (Red+Green+Blue) = 58+164+116=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA474 is #C55B8B. Grayscale: #7E7E7E. Windows color (decimal): -12934028 or 7644218. OLE color: 7644218.

HSL color Cylindrical-coordinate representation of color #3AA474: hue angle of 152.83º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA474 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB58164116-
CMYK0.6500.290.36
HSL152.83º47.75%43.53%-
HSV(B)152.83º64.63%64.31%-
XYZ18.1728.7121.11-
YUV126.83121.8878.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.16%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=17.16%
G=48.52%
B=34.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581641160.6500.290.36152.8347.7543.53
Hex3AA4744101D2499302c
Octal72244164101035442316054
Binary111010101001001110100100000101110110010010011001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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