#3CA472

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

Shades of Medium Sea Green #3CA472

Tints of Medium Sea Green #3CA472

Color information

#3CA472 (or 0x3CA472) is unknown color: approx Medium Sea Green. HEX triplet: 3C, A4 and 72. RGB value is (60,164,114). Sum of RGB (Red+Green+Blue) = 60+164+114=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA472 is #C35B8D. Grayscale: #7F7F7F. Windows color (decimal): -12802958 or 7513148. OLE color: 7513148.

HSL color Cylindrical-coordinate representation of color #3CA472: hue angle of 151.15º 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 #3CA472 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB60164114-
CMYK0.6300.300.36
HSL151.15º46.43%43.92%-
HSV(B)151.15º63.41%64.31%-
XYZ18.1828.7320.51-
YUV127.2120.5480.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.75%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=17.75%
G=48.52%
B=33.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601641140.6300.300.36151.1546.4343.92
Hex3CA4723F01E24972e2c
Octal7424416277036442275654
Binary11110010100100111001011111101111010010010010111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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