#3BAE7F

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

Shades of Medium Sea Green #3BAE7F

Tints of Medium Sea Green #3BAE7F

Color information

#3BAE7F (or 0x3BAE7F) is unknown color: approx Medium Sea Green. HEX triplet: 3B, AE and 7F. RGB value is (59,174,127). Sum of RGB (Red+Green+Blue) = 59+174+127=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAE7F is #C45180. Grayscale: #868686. Windows color (decimal): -12865921 or 8367675. OLE color: 8367675.

HSL color Cylindrical-coordinate representation of color #3BAE7F: hue angle of 155.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE7F is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB59174127-
CMYK0.6600.270.32
HSL155.48º49.36%45.69%-
HSV(B)155.48º66.09%68.24%-
XYZ20.7732.7325.3-
YUV134.26123.974.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.39%
GREEN value IS 174 (68.36% from 255) = 48.33%
BLUE value IS 127 (50% from 255) = 35.28%
R=16.39%
G=48.33%
B=35.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591741270.6600.270.32155.4849.3645.69
Hex3BAE7F4201B209b312e
Octal73256177102033402336156
Binary111011101011101111111100001001101110000010011011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,174,127); }

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

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

 a { background-color: rgb(59,174,127); }

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

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

 span { border-color: rgb(59,174,127); }

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