#3CA270

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

Shades of Medium Sea Green #3CA270

Tints of Medium Sea Green #3CA270

Color information

#3CA270 (or 0x3CA270) is unknown color: approx Medium Sea Green. HEX triplet: 3C, A2 and 70. RGB value is (60,162,112). Sum of RGB (Red+Green+Blue) = 60+162+112=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA270 is #C35D8F. Grayscale: #7D7D7D. Windows color (decimal): -12803472 or 7381564. OLE color: 7381564.

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

Color convert

RGB60162112-
CMYK0.6300.310.36
HSL150.59º45.95%43.53%-
HSV(B)150.59º62.96%63.53%-
XYZ17.7127.9719.79-
YUV125.8120.2181.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 162 (63.67% from 255) = 48.50%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=17.96%
G=48.50%
B=33.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601621120.6300.310.36150.5945.9543.53
Hex3CA2703F01F24972e2c
Octal7424216077037442275654
Binary11110010100010111000011111101111110010010010111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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