#3EB485

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

Shades of Medium Sea Green #3EB485

Tints of Medium Sea Green #3EB485

Color information

#3EB485 (or 0x3EB485) is unknown color: approx Medium Sea Green. HEX triplet: 3E, B4 and 85. RGB value is (62,180,133). Sum of RGB (Red+Green+Blue) = 62+180+133=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #3EB485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EB485 is #C14B7A. Grayscale: #8B8B8B. Windows color (decimal): -12667771 or 8762430. OLE color: 8762430.

HSL color Cylindrical-coordinate representation of color #3EB485: hue angle of 156.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB485 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB62180133-
CMYK0.6600.260.29
HSL156.1º48.76%47.45%-
HSV(B)156.1º65.56%70.59%-
XYZ22.5435.3627.83-
YUV139.36124.4172.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.53%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=16.53%
G=48%
B=35.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal621801330.6600.260.29156.148.7647.45
Hex3EB4854201A1D9c312f
Octal76264205102032352346157
Binary111110101101001000010110000100110101110110011100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,180,133); }

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

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

 a { background-color: rgb(62,180,133); }

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

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

 span { border-color: rgb(62,180,133); }

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