#3BB070

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

Shades of Medium Sea Green #3BB070

Tints of Medium Sea Green #3BB070

Color information

#3BB070 (or 0x3BB070) is unknown color: approx Medium Sea Green. HEX triplet: 3B, B0 and 70. RGB value is (59,176,112). Sum of RGB (Red+Green+Blue) = 59+176+112=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB070 is #C44F8F. Grayscale: #858585. Windows color (decimal): -12865424 or 7385147. OLE color: 7385147.

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

Color convert

RGB59176112-
CMYK0.6600.360.31
HSL147.18º49.79%46.08%-
HSV(B)147.18º66.48%69.02%-
XYZ20.2533.1520.66-
YUV133.72115.7474.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.00%
GREEN value IS 176 (69.14% from 255) = 50.72%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=17.00%
G=50.72%
B=32.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591761120.6600.360.31147.1849.7946.08
Hex3BB070420241F93322e
Octal73260160102044372236256
Binary111011101100001110000100001001001001111110010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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