#2BB878

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

Shades of Medium Sea Green #2BB878

Tints of Medium Sea Green #2BB878

Color information

#2BB878 (or 0x2BB878) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B8 and 78. RGB value is (43,184,120). Sum of RGB (Red+Green+Blue) = 43+184+120=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB878 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB878 is #D44787. Grayscale: #868686. Windows color (decimal): -13911944 or 7911467. OLE color: 7911467.

HSL color Cylindrical-coordinate representation of color #2BB878: hue angle of 152.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB878 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB43184120-
CMYK0.7700.350.28
HSL152.77º62.11%44.51%-
HSV(B)152.77º76.63%72.16%-
XYZ21.5336.1523.61-
YUV134.54119.7962.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.39%
GREEN value IS 184 (72.27% from 255) = 53.03%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=12.39%
G=53.03%
B=34.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431841200.7700.350.28152.7762.1144.51
Hex2BB8784D0231C993e2d
Octal53270170115043342317655
Binary101011101110001111000100110101000111110010011001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BB878; }

 p { color: rgb(43,184,120); }

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

<style>
 a { background-color: #2BB878; }

 a { background-color: rgb(43,184,120); }

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

<style>
 span { border-color: #2BB878; }

 span { border-color: rgb(43,184,120); }

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