#3ACA5A

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

Shades of Medium Sea Green #3ACA5A

Tints of Medium Sea Green #3ACA5A

Color information

#3ACA5A (or 0x3ACA5A) is unknown color: approx Medium Sea Green. HEX triplet: 3A, CA and 5A. RGB value is (58,202,90). Sum of RGB (Red+Green+Blue) = 58+202+90=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACA5A is #C535A5. Grayscale: #929292. Windows color (decimal): -12924326 or 5950010. OLE color: 5950010.

HSL color Cylindrical-coordinate representation of color #3ACA5A: hue angle of 133.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACA5A is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB5820290-
CMYK0.7100.550.21
HSL133.33º57.6%50.98%-
HSV(B)133.33º71.29%79.22%-
XYZ24.7143.8816.84-
YUV146.1896.2965.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.57%
GREEN value IS 202 (79.30% from 255) = 57.71%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=16.57%
G=57.71%
B=25.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58202900.7100.550.21133.3357.650.98
Hex3ACA5A4703715853a33
Octal72312132107067252057263
Binary111010110010101011010100011101101111010110000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,202,90); }

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

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

 a { background-color: rgb(58,202,90); }

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

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

 span { border-color: rgb(58,202,90); }

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