#2CCA6C

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

Shades of Medium Sea Green #2CCA6C

Tints of Medium Sea Green #2CCA6C

Color information

#2CCA6C (or 0x2CCA6C) is unknown color: approx Medium Sea Green. HEX triplet: 2C, CA and 6C. RGB value is (44,202,108). Sum of RGB (Red+Green+Blue) = 44+202+108=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCA6C is #D33593. Grayscale: #909090. Windows color (decimal): -13841812 or 7129644. OLE color: 7129644.

HSL color Cylindrical-coordinate representation of color #2CCA6C: hue angle of 144.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCA6C is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB44202108-
CMYK0.7800.470.21
HSL144.3º64.23%48.24%-
HSV(B)144.3º78.22%79.22%-
XYZ24.8743.8621.34-
YUV144.04107.6556.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.43%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=12.43%
G=57.06%
B=30.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal442021080.7800.470.21144.364.2348.24
Hex2CCA6C4E02F15904030
Octal543121541160572522010060
Binary1011001100101011011001001110010111110101100100001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,202,108); }

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

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

 a { background-color: rgb(44,202,108); }

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

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

 span { border-color: rgb(44,202,108); }

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