#3AC480

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

Shades of Medium Sea Green #3AC480

Tints of Medium Sea Green #3AC480

Color information

#3AC480 (or 0x3AC480) is unknown color: approx Medium Sea Green. HEX triplet: 3A, C4 and 80. RGB value is (58,196,128). Sum of RGB (Red+Green+Blue) = 58+196+128=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC480 is #C53B7F. Grayscale: #939393. Windows color (decimal): -12925824 or 8438842. OLE color: 8438842.

HSL color Cylindrical-coordinate representation of color #3AC480: hue angle of 150.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC480 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB58196128-
CMYK0.7000.350.23
HSL150.43º54.33%49.8%-
HSV(B)150.43º70.41%76.86%-
XYZ25.3841.9427.18-
YUV146.99117.2864.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.18%
GREEN value IS 196 (76.95% from 255) = 51.31%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=15.18%
G=51.31%
B=33.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal581961280.7000.350.23150.4354.3349.8
Hex3AC4804602317963632
Octal72304200106043272266662
Binary1110101100010010000000100011001000111011110010110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,196,128); }

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

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

 a { background-color: rgb(58,196,128); }

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

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

 span { border-color: rgb(58,196,128); }

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