#3AC274

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

Shades of Medium Sea Green #3AC274

Tints of Medium Sea Green #3AC274

Color information

#3AC274 (or 0x3AC274) is unknown color: approx Medium Sea Green. HEX triplet: 3A, C2 and 74. RGB value is (58,194,116). Sum of RGB (Red+Green+Blue) = 58+194+116=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC274 is #C53D8B. Grayscale: #909090. Windows color (decimal): -12926348 or 7651898. OLE color: 7651898.

HSL color Cylindrical-coordinate representation of color #3AC274: hue angle of 145.59º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC274 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB58194116-
CMYK0.7000.400.24
HSL145.59º53.97%49.41%-
HSV(B)145.59º70.1%76.08%-
XYZ24.1940.7423.11-
YUV144.44111.9466.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.76%
GREEN value IS 194 (76.17% from 255) = 52.72%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=15.76%
G=52.72%
B=31.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581941160.7000.400.24145.5953.9749.41
Hex3AC2744602818923631
Octal72302164106050302226661
Binary111010110000101110100100011001010001100010010010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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