#3AC365

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

Shades of Medium Sea Green #3AC365

Tints of Medium Sea Green #3AC365

Color information

#3AC365 (or 0x3AC365) is unknown color: approx Medium Sea Green. HEX triplet: 3A, C3 and 65. RGB value is (58,195,101). Sum of RGB (Red+Green+Blue) = 58+195+101=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC365 is #C53C9A. Grayscale: #8F8F8F. Windows color (decimal): -12926107 or 6669114. OLE color: 6669114.

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

Color convert

RGB58195101-
CMYK0.7000.480.24
HSL138.83º54.15%49.61%-
HSV(B)138.83º70.26%76.47%-
XYZ23.6140.8718.96-
YUV143.32104.1167.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.38%
GREEN value IS 195 (76.56% from 255) = 55.08%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=16.38%
G=55.08%
B=28.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581951010.7000.480.24138.8354.1549.61
Hex3AC36546030188b3632
Octal72303145106060302136662
Binary111010110000111100101100011001100001100010001011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,195,101); }

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

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

 a { background-color: rgb(58,195,101); }

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

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

 span { border-color: rgb(58,195,101); }

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