#3BA275

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

Shades of Medium Sea Green #3BA275

Tints of Medium Sea Green #3BA275

Color information

#3BA275 (or 0x3BA275) is unknown color: approx Medium Sea Green. HEX triplet: 3B, A2 and 75. RGB value is (59,162,117). Sum of RGB (Red+Green+Blue) = 59+162+117=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA275 is #C45D8A. Grayscale: #7E7E7E. Windows color (decimal): -12869003 or 7709243. OLE color: 7709243.

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

Color convert

RGB59162117-
CMYK0.6400.280.36
HSL153.79º46.61%43.33%-
HSV(B)153.79º63.58%63.53%-
XYZ17.9328.0521.3-
YUV126.07122.8880.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.46%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=17.46%
G=47.93%
B=34.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591621170.6400.280.36153.7946.6143.33
Hex3BA2754001C249a2f2b
Octal73242165100034442325753
Binary111011101000101110101100000001110010010010011010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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