#2CBF7C

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

Shades of Medium Sea Green #2CBF7C

Tints of Medium Sea Green #2CBF7C

Color information

#2CBF7C (or 0x2CBF7C) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BF and 7C. RGB value is (44,191,124). Sum of RGB (Red+Green+Blue) = 44+191+124=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF7C is #D34083. Grayscale: #8B8B8B. Windows color (decimal): -13844612 or 8175404. OLE color: 8175404.

HSL color Cylindrical-coordinate representation of color #2CBF7C: hue angle of 152.65º 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 #2CBF7C is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB44191124-
CMYK0.7700.350.25
HSL152.65º62.55%46.08%-
HSV(B)152.65º76.96%74.9%-
XYZ23.3139.2525.42-
YUV139.41119.359.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.26%
GREEN value IS 191 (75% from 255) = 53.20%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=12.26%
G=53.20%
B=34.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441911240.7700.350.25152.6562.5546.08
Hex2CBF7C4D02319993f2e
Octal54277174115043312317756
Binary101100101111111111100100110101000111100110011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,191,124); }

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

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

 a { background-color: rgb(44,191,124); }

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

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

 span { border-color: rgb(44,191,124); }

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