#2CAC74

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

Shades of Medium Sea Green #2CAC74

Tints of Medium Sea Green #2CAC74

Color information

#2CAC74 (or 0x2CAC74) is unknown color: approx Medium Sea Green. HEX triplet: 2C, AC and 74. RGB value is (44,172,116). Sum of RGB (Red+Green+Blue) = 44+172+116=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC74 is #D3538B. Grayscale: #7F7F7F. Windows color (decimal): -13849484 or 7646252. OLE color: 7646252.

HSL color Cylindrical-coordinate representation of color #2CAC74: hue angle of 153.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC74 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB44172116-
CMYK0.7400.330.33
HSL153.75º59.26%42.35%-
HSV(B)153.75º74.42%67.45%-
XYZ18.9431.321.57-
YUV127.34121.5968.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.25%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=13.25%
G=51.81%
B=34.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441721160.7400.330.33153.7559.2642.35
Hex2CAC744A021219a3b2a
Octal54254164112041412327352
Binary1011001010110011101001001010010000110000110011010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,172,116); }

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

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

 a { background-color: rgb(44,172,116); }

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

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

 span { border-color: rgb(44,172,116); }

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