#3CA274

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

Shades of Medium Sea Green #3CA274

Tints of Medium Sea Green #3CA274

Color information

#3CA274 (or 0x3CA274) is unknown color: approx Medium Sea Green. HEX triplet: 3C, A2 and 74. RGB value is (60,162,116). Sum of RGB (Red+Green+Blue) = 60+162+116=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA274 is #C35D8B. Grayscale: #7E7E7E. Windows color (decimal): -12803468 or 7643708. OLE color: 7643708.

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

Color convert

RGB60162116-
CMYK0.6300.280.36
HSL152.94º45.95%43.53%-
HSV(B)152.94º62.96%63.53%-
XYZ17.9428.0620.99-
YUV126.26122.2180.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.75%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=17.75%
G=47.93%
B=34.32%

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
Decimal601621160.6300.280.36152.9445.9543.53
Hex3CA2743F01C24992e2c
Octal7424216477034442315654
Binary11110010100010111010011111101110010010010011001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,162,116); }

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

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

 a { background-color: rgb(60,162,116); }

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

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

 span { border-color: rgb(60,162,116); }

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