#3FAF70

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

Shades of Medium Sea Green #3FAF70

Tints of Medium Sea Green #3FAF70

Color information

#3FAF70 (or 0x3FAF70) is unknown color: approx Medium Sea Green. HEX triplet: 3F, AF and 70. RGB value is (63,175,112). Sum of RGB (Red+Green+Blue) = 63+175+112=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF70 is #C0508F. Grayscale: #868686. Windows color (decimal): -12603536 or 7384895. OLE color: 7384895.

HSL color Cylindrical-coordinate representation of color #3FAF70: hue angle of 146.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF70 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB63175112-
CMYK0.6400.360.31
HSL146.25º47.06%46.67%-
HSV(B)146.25º64%68.63%-
XYZ20.332.8920.61-
YUV134.33115.3977.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18%
GREEN value IS 175 (68.75% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 32%
R=18%
G=50%
B=32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631751120.6400.360.31146.2547.0646.67
Hex3FAF70400241F922f2f
Octal77257160100044372225757
Binary111111101011111110000100000001001001111110010010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,175,112); }

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

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

 a { background-color: rgb(63,175,112); }

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

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

 span { border-color: rgb(63,175,112); }

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