#3CAA75

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

Shades of Medium Sea Green #3CAA75

Tints of Medium Sea Green #3CAA75

Color information

#3CAA75 (or 0x3CAA75) is unknown color: approx Medium Sea Green. HEX triplet: 3C, AA and 75. RGB value is (60,170,117). Sum of RGB (Red+Green+Blue) = 60+170+117=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA75 is #C3558A. Grayscale: #838383. Windows color (decimal): -12801419 or 7711292. OLE color: 7711292.

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

Color convert

RGB60170117-
CMYK0.6500.310.33
HSL151.09º47.83%45.1%-
HSV(B)151.09º64.71%66.67%-
XYZ19.4530.9921.79-
YUV131.07120.0677.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.29%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=17.29%
G=48.99%
B=33.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601701170.6500.310.33151.0947.8345.1
Hex3CAA754101F2197302d
Octal74252165101037412276055
Binary111100101010101110101100000101111110000110010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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