#3CA476

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

Shades of Medium Sea Green #3CA476

Tints of Medium Sea Green #3CA476

Color information

#3CA476 (or 0x3CA476) is unknown color: approx Medium Sea Green. HEX triplet: 3C, A4 and 76. RGB value is (60,164,118). Sum of RGB (Red+Green+Blue) = 60+164+118=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA476 is #C35B89. Grayscale: #7F7F7F. Windows color (decimal): -12802954 or 7775292. OLE color: 7775292.

HSL color Cylindrical-coordinate representation of color #3CA476: hue angle of 153.46º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA476 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB60164118-
CMYK0.6300.280.36
HSL153.46º46.43%43.92%-
HSV(B)153.46º63.41%64.31%-
XYZ18.4128.8221.73-
YUV127.66122.5479.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=17.54%
G=47.95%
B=34.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601641180.6300.280.36153.4646.4343.92
Hex3CA4763F01C24992e2c
Octal7424416677034442315654
Binary11110010100100111011011111101110010010010011001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA476; }

 p { color: rgb(60,164,118); }

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

<style>
 a { background-color: #3CA476; }

 a { background-color: rgb(60,164,118); }

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

<style>
 span { border-color: #3CA476; }

 span { border-color: rgb(60,164,118); }

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