#3AC372

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

Shades of Medium Sea Green #3AC372

Tints of Medium Sea Green #3AC372

Color information

#3AC372 (or 0x3AC372) is unknown color: approx Medium Sea Green. HEX triplet: 3A, C3 and 72. RGB value is (58,195,114). Sum of RGB (Red+Green+Blue) = 58+195+114=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC372 is #C53C8D. Grayscale: #909090. Windows color (decimal): -12926094 or 7521082. OLE color: 7521082.

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

Color convert

RGB58195114-
CMYK0.7000.420.24
HSL144.53º54.15%49.61%-
HSV(B)144.53º70.26%76.47%-
XYZ24.341.1422.58-
YUV144.8110.6166.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.80%
GREEN value IS 195 (76.56% from 255) = 53.13%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=15.80%
G=53.13%
B=31.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581951140.7000.420.24144.5354.1549.61
Hex3AC3724602A18913632
Octal72303162106052302216662
Binary111010110000111110010100011001010101100010010001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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