#3DC060

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

Shades of Medium Sea Green #3DC060

Tints of Medium Sea Green #3DC060

Color information

#3DC060 (or 0x3DC060) is unknown color: approx Medium Sea Green. HEX triplet: 3D, C0 and 60. RGB value is (61,192,96). Sum of RGB (Red+Green+Blue) = 61+192+96=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC060 is #C23F9F. Grayscale: #8E8E8E. Windows color (decimal): -12730272 or 6340669. OLE color: 6340669.

HSL color Cylindrical-coordinate representation of color #3DC060: hue angle of 136.03º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC060 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB6119296-
CMYK0.6800.500.25
HSL136.03º51.78%49.61%-
HSV(B)136.03º68.23%75.29%-
XYZ22.8939.5417.49-
YUV141.89102.170.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 192 (75.39% from 255) = 55.01%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=17.48%
G=55.01%
B=27.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61192960.6800.500.25136.0351.7849.61
Hex3DC0604403219883432
Octal75300140104062312106462
Binary111101110000001100000100010001100101100110001000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,192,96); }

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

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

 a { background-color: rgb(61,192,96); }

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

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

 span { border-color: rgb(61,192,96); }

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