#2CBA71

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

Shades of Medium Sea Green #2CBA71

Tints of Medium Sea Green #2CBA71

Color information

#2CBA71 (or 0x2CBA71) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BA and 71. RGB value is (44,186,113). Sum of RGB (Red+Green+Blue) = 44+186+113=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBA71 is #D3458E. Grayscale: #878787. Windows color (decimal): -13845903 or 7453228. OLE color: 7453228.

HSL color Cylindrical-coordinate representation of color #2CBA71: hue angle of 149.15º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA71 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB44186113-
CMYK0.7600.390.27
HSL149.15º61.74%45.1%-
HSV(B)149.15º76.34%72.94%-
XYZ21.5836.8521.6-
YUV135.22115.4662.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.83%
GREEN value IS 186 (73.05% from 255) = 54.23%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=12.83%
G=54.23%
B=32.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441861130.7600.390.27149.1561.7445.1
Hex2CBA714C0271B953e2d
Octal54272161114047332257655
Binary101100101110101110001100110001001111101110010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,186,113); }

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

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

 a { background-color: rgb(44,186,113); }

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

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

 span { border-color: rgb(44,186,113); }

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