#3CC85D

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

Shades of Medium Sea Green #3CC85D

Tints of Medium Sea Green #3CC85D

Color information

#3CC85D (or 0x3CC85D) is unknown color: approx Medium Sea Green. HEX triplet: 3C, C8 and 5D. RGB value is (60,200,93). Sum of RGB (Red+Green+Blue) = 60+200+93=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC85D is #C337A2. Grayscale: #929292. Windows color (decimal): -12793763 or 6146108. OLE color: 6146108.

HSL color Cylindrical-coordinate representation of color #3CC85D: hue angle of 134.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC85D is Cyan = 0.7, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB6020093-
CMYK0.700.540.22
HSL134.14º56%50.98%-
HSV(B)134.14º70%78.43%-
XYZ24.4943.0617.38-
YUV145.9498.1266.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.00%
GREEN value IS 200 (78.52% from 255) = 56.66%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=17.00%
G=56.66%
B=26.35%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60200930.700.540.22134.145650.98
Hex3CC85D4603616863833
Octal74310135106066262067063
Binary111100110010001011101100011001101101011010000110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,200,93); }

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

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

 a { background-color: rgb(60,200,93); }

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

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

 span { border-color: rgb(60,200,93); }

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