#3BA272

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

Shades of Medium Sea Green #3BA272

Tints of Medium Sea Green #3BA272

Color information

#3BA272 (or 0x3BA272) is unknown color: approx Medium Sea Green. HEX triplet: 3B, A2 and 72. RGB value is (59,162,114). Sum of RGB (Red+Green+Blue) = 59+162+114=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA272 is #C45D8D. Grayscale: #7D7D7D. Windows color (decimal): -12869006 or 7512635. OLE color: 7512635.

HSL color Cylindrical-coordinate representation of color #3BA272: hue angle of 152.04º 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 #3BA272 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB59162114-
CMYK0.6400.300.36
HSL152.04º46.61%43.33%-
HSV(B)152.04º63.58%63.53%-
XYZ17.7627.9920.39-
YUV125.73121.3880.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.61%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=17.61%
G=48.36%
B=34.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591621140.6400.300.36152.0446.6143.33
Hex3BA2724001E24982f2b
Octal73242162100036442305753
Binary111011101000101110010100000001111010010010011000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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