#3BB072

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

Shades of Medium Sea Green #3BB072

Tints of Medium Sea Green #3BB072

Color information

#3BB072 (or 0x3BB072) is unknown color: approx Medium Sea Green. HEX triplet: 3B, B0 and 72. RGB value is (59,176,114). Sum of RGB (Red+Green+Blue) = 59+176+114=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB072 is #C44F8D. Grayscale: #868686. Windows color (decimal): -12865422 or 7516219. OLE color: 7516219.

HSL color Cylindrical-coordinate representation of color #3BB072: hue angle of 148.21º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BB072 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB59176114-
CMYK0.6600.350.31
HSL148.21º49.79%46.08%-
HSV(B)148.21º66.48%69.02%-
XYZ20.3733.221.25-
YUV133.95116.7474.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.91%
GREEN value IS 176 (69.14% from 255) = 50.43%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=16.91%
G=50.43%
B=32.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591761140.6600.350.31148.2149.7946.08
Hex3BB072420231F94322e
Octal73260162102043372246256
Binary111011101100001110010100001001000111111110010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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