#2BBD7C

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

Shades of Medium Sea Green #2BBD7C

Tints of Medium Sea Green #2BBD7C

Color information

#2BBD7C (or 0x2BBD7C) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BD and 7C. RGB value is (43,189,124). Sum of RGB (Red+Green+Blue) = 43+189+124=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBD7C is #D44283. Grayscale: #8A8A8A. Windows color (decimal): -13910660 or 8174891. OLE color: 8174891.

HSL color Cylindrical-coordinate representation of color #2BBD7C: hue angle of 153.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD7C is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB43189124-
CMYK0.7700.340.26
HSL153.29º62.93%45.49%-
HSV(B)153.29º77.25%74.12%-
XYZ22.8338.3625.27-
YUV137.94120.1360.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.08%
GREEN value IS 189 (74.22% from 255) = 53.09%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=12.08%
G=53.09%
B=34.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal431891240.7700.340.26153.2962.9345.49
Hex2BBD7C4D0221A993f2d
Octal53275174115042322317755
Binary101011101111011111100100110101000101101010011001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,189,124); }

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

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

 a { background-color: rgb(43,189,124); }

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

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

 span { border-color: rgb(43,189,124); }

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