#3DC082

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

Shades of Medium Sea Green #3DC082

Tints of Medium Sea Green #3DC082

Color information

#3DC082 (or 0x3DC082) is unknown color: approx Medium Sea Green. HEX triplet: 3D, C0 and 82. RGB value is (61,192,130). Sum of RGB (Red+Green+Blue) = 61+192+130=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC082 is #C23F7D. Grayscale: #919191. Windows color (decimal): -12730238 or 8568893. OLE color: 8568893.

HSL color Cylindrical-coordinate representation of color #3DC082: hue angle of 151.6º 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 #3DC082 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB61192130-
CMYK0.6800.320.25
HSL151.6º51.78%49.61%-
HSV(B)151.6º68.23%75.29%-
XYZ24.840.327.59-
YUV145.76119.167.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.93%
GREEN value IS 192 (75.39% from 255) = 50.13%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=15.93%
G=50.13%
B=33.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611921300.6800.320.25151.651.7849.61
Hex3DC0824402019983432
Octal75300202104040312306462
Binary1111011100000010000010100010001000001100110011000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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