#2CBC6F

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

Shades of Medium Sea Green #2CBC6F

Tints of Medium Sea Green #2CBC6F

Color information

#2CBC6F (or 0x2CBC6F) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BC and 6F. RGB value is (44,188,111). Sum of RGB (Red+Green+Blue) = 44+188+111=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC6F is #D34390. Grayscale: #888888. Windows color (decimal): -13845393 or 7322668. OLE color: 7322668.

HSL color Cylindrical-coordinate representation of color #2CBC6F: hue angle of 147.92º degrees, saturation: 0.62, 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 #2CBC6F is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB44188111-
CMYK0.7700.410.26
HSL147.92º62.07%45.49%-
HSV(B)147.92º76.6%73.73%-
XYZ21.8937.6521.15-
YUV136.17113.7962.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.83%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=12.83%
G=54.81%
B=32.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441881110.7700.410.26147.9262.0745.49
Hex2CBC6F4D0291A943e2d
Octal54274157115051322247655
Binary101100101111001101111100110101010011101010010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,188,111); }

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

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

 a { background-color: rgb(44,188,111); }

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

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

 span { border-color: rgb(44,188,111); }

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