#3BA370

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

Shades of Medium Sea Green #3BA370

Tints of Medium Sea Green #3BA370

Color information

#3BA370 (or 0x3BA370) is unknown color: approx Medium Sea Green. HEX triplet: 3B, A3 and 70. RGB value is (59,163,112). Sum of RGB (Red+Green+Blue) = 59+163+112=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA370 is #C45C8F. Grayscale: #7E7E7E. Windows color (decimal): -12868752 or 7381819. OLE color: 7381819.

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

Color convert

RGB59163112-
CMYK0.6400.310.36
HSL150.58º46.85%43.53%-
HSV(B)150.58º63.8%63.92%-
XYZ17.8328.2919.85-
YUV126.09120.0480.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.66%
GREEN value IS 163 (64.06% from 255) = 48.80%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=17.66%
G=48.80%
B=33.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591631120.6400.310.36150.5846.8543.53
Hex3BA3704001F24972f2c
Octal73243160100037442275754
Binary111011101000111110000100000001111110010010010111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,163,112); }

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

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

 a { background-color: rgb(59,163,112); }

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

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

 span { border-color: rgb(59,163,112); }

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