#3AC070

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

Shades of Medium Sea Green #3AC070

Tints of Medium Sea Green #3AC070

Color information

#3AC070 (or 0x3AC070) is unknown color: approx Medium Sea Green. HEX triplet: 3A, C0 and 70. RGB value is (58,192,112). Sum of RGB (Red+Green+Blue) = 58+192+112=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC070 is #C53F8F. Grayscale: #8F8F8F. Windows color (decimal): -12926864 or 7389242. OLE color: 7389242.

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

Color convert

RGB58192112-
CMYK0.7000.420.25
HSL144.18º53.6%49.02%-
HSV(B)144.18º69.79%75.29%-
XYZ23.5239.7721.77-
YUV142.81110.6167.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.02%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=16.02%
G=53.04%
B=30.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581921120.7000.420.25144.1853.649.02
Hex3AC0704602A19903631
Octal72300160106052312206661
Binary111010110000001110000100011001010101100110010000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,192,112); }

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

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

 a { background-color: rgb(58,192,112); }

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

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

 span { border-color: rgb(58,192,112); }

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