#3DC375

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

Shades of Medium Sea Green #3DC375

Tints of Medium Sea Green #3DC375

Color information

#3DC375 (or 0x3DC375) is unknown color: approx Medium Sea Green. HEX triplet: 3D, C3 and 75. RGB value is (61,195,117). Sum of RGB (Red+Green+Blue) = 61+195+117=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC375 is #C23C8A. Grayscale: #929292. Windows color (decimal): -12729483 or 7717693. OLE color: 7717693.

HSL color Cylindrical-coordinate representation of color #3DC375: hue angle of 145.07º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC375 is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB61195117-
CMYK0.6900.40.24
HSL145.07º52.76%50.2%-
HSV(B)145.07º68.72%76.47%-
XYZ24.6541.3123.5-
YUV146.04111.6167.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.35%
GREEN value IS 195 (76.56% from 255) = 52.28%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=16.35%
G=52.28%
B=31.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611951170.6900.40.24145.0752.7650.2
Hex3DC3754502818913532
Octal75303165105050302216562
Binary111101110000111110101100010101010001100010010001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,195,117); }

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

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

 a { background-color: rgb(61,195,117); }

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

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

 span { border-color: rgb(61,195,117); }

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