#3CAA74

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

Shades of Medium Sea Green #3CAA74

Tints of Medium Sea Green #3CAA74

Color information

#3CAA74 (or 0x3CAA74) is unknown color: approx Medium Sea Green. HEX triplet: 3C, AA and 74. RGB value is (60,170,116). Sum of RGB (Red+Green+Blue) = 60+170+116=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA74 is #C3558B. Grayscale: #838383. Windows color (decimal): -12801420 or 7645756. OLE color: 7645756.

HSL color Cylindrical-coordinate representation of color #3CAA74: hue angle of 150.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA74 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB60170116-
CMYK0.6500.320.33
HSL150.55º47.83%45.1%-
HSV(B)150.55º64.71%66.67%-
XYZ19.3930.9721.48-
YUV130.95119.5677.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=17.34%
G=49.13%
B=33.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601701160.6500.320.33150.5547.8345.1
Hex3CAA74410202197302d
Octal74252164101040412276055
Binary1111001010101011101001000001010000010000110010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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