#3AC25C

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

Shades of Medium Sea Green #3AC25C

Tints of Medium Sea Green #3AC25C

Color information

#3AC25C (or 0x3AC25C) is unknown color: approx Medium Sea Green. HEX triplet: 3A, C2 and 5C. RGB value is (58,194,92). Sum of RGB (Red+Green+Blue) = 58+194+92=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC25C is #C53DA3. Grayscale: #8D8D8D. Windows color (decimal): -12926372 or 6079034. OLE color: 6079034.

HSL color Cylindrical-coordinate representation of color #3AC25C: hue angle of 135º 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 #3AC25C is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB5819492-
CMYK0.7000.530.24
HSL135º53.97%49.41%-
HSV(B)135º70.1%76.08%-
XYZ22.9740.2616.68-
YUV141.7199.9468.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.86%
GREEN value IS 194 (76.17% from 255) = 56.40%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=16.86%
G=56.40%
B=26.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58194920.7000.530.2413553.9749.41
Hex3AC25C4603518873631
Octal72302134106065302076661
Binary111010110000101011100100011001101011100010000111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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