#2BBE78

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

Shades of Medium Sea Green #2BBE78

Tints of Medium Sea Green #2BBE78

Color information

#2BBE78 (or 0x2BBE78) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BE and 78. RGB value is (43,190,120). Sum of RGB (Red+Green+Blue) = 43+190+120=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE78 is #D44187. Grayscale: #8A8A8A. Windows color (decimal): -13910408 or 7913003. OLE color: 7913003.

HSL color Cylindrical-coordinate representation of color #2BBE78: hue angle of 151.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE78 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB43190120-
CMYK0.7700.370.25
HSL151.43º63.09%45.69%-
HSV(B)151.43º77.37%74.51%-
XYZ22.838.724.04-
YUV138.07117.860.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.18%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=12.18%
G=53.82%
B=33.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431901200.7700.370.25151.4363.0945.69
Hex2BBE784D02519973f2e
Octal53276170115045312277756
Binary101011101111101111000100110101001011100110010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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