#3BAC75

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

Shades of Medium Sea Green #3BAC75

Tints of Medium Sea Green #3BAC75

Color information

#3BAC75 (or 0x3BAC75) is unknown color: approx Medium Sea Green. HEX triplet: 3B, AC and 75. RGB value is (59,172,117). Sum of RGB (Red+Green+Blue) = 59+172+117=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAC75 is #C4538A. Grayscale: #848484. Windows color (decimal): -12866443 or 7711803. OLE color: 7711803.

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

Color convert

RGB59172117-
CMYK0.6600.320.33
HSL150.8º48.92%45.29%-
HSV(B)150.8º65.7%67.45%-
XYZ19.7731.7221.91-
YUV131.94119.5675.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.95%
GREEN value IS 172 (67.58% from 255) = 49.43%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=16.95%
G=49.43%
B=33.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591721170.6600.320.33150.848.9245.29
Hex3BAC75420202197312d
Octal73254165102040412276155
Binary1110111010110011101011000010010000010000110010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,172,117); }

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

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

 a { background-color: rgb(59,172,117); }

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

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

 span { border-color: rgb(59,172,117); }

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