#3FB485

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

Shades of Medium Sea Green #3FB485

Tints of Medium Sea Green #3FB485

Color information

#3FB485 (or 0x3FB485) is unknown color: approx Medium Sea Green. HEX triplet: 3F, B4 and 85. RGB value is (63,180,133). Sum of RGB (Red+Green+Blue) = 63+180+133=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB485 is #C04B7A. Grayscale: #8B8B8B. Windows color (decimal): -12602235 or 8762431. OLE color: 8762431.

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

Color convert

RGB63180133-
CMYK0.6500.260.29
HSL155.9º48.15%47.65%-
HSV(B)155.9º65%70.59%-
XYZ22.635.3927.83-
YUV139.66124.2473.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.76%
GREEN value IS 180 (70.70% from 255) = 47.87%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=16.76%
G=47.87%
B=35.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631801330.6500.260.29155.948.1547.65
Hex3FB4854101A1D9c3030
Octal77264205101032352346060
Binary111111101101001000010110000010110101110110011100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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