#3BB280

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

Shades of Medium Sea Green #3BB280

Tints of Medium Sea Green #3BB280

Color information

#3BB280 (or 0x3BB280) is unknown color: approx Medium Sea Green. HEX triplet: 3B, B2 and 80. RGB value is (59,178,128). Sum of RGB (Red+Green+Blue) = 59+178+128=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB280 is #C44D7F. Grayscale: #888888. Windows color (decimal): -12864896 or 8434235. OLE color: 8434235.

HSL color Cylindrical-coordinate representation of color #3BB280: hue angle of 154.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB280 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB59178128-
CMYK0.6700.280.30
HSL154.79º50.21%46.47%-
HSV(B)154.79º66.85%69.8%-
XYZ21.6234.3325.91-
YUV136.72123.0872.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.16%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=16.16%
G=48.77%
B=35.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal591781280.6700.280.30154.7950.2146.47
Hex3BB2804301C1E9b322e
Octal73262200103034362336256
Binary111011101100101000000010000110111001111010011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,178,128); }

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

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

 a { background-color: rgb(59,178,128); }

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

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

 span { border-color: rgb(59,178,128); }

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