#3CC275

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

Shades of Medium Sea Green #3CC275

Tints of Medium Sea Green #3CC275

Color information

#3CC275 (or 0x3CC275) is unknown color: approx Medium Sea Green. HEX triplet: 3C, C2 and 75. RGB value is (60,194,117). Sum of RGB (Red+Green+Blue) = 60+194+117=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC275 is #C33D8A. Grayscale: #919191. Windows color (decimal): -12795275 or 7717436. OLE color: 7717436.

HSL color Cylindrical-coordinate representation of color #3CC275: hue angle of 145.52º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC275 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB60194117-
CMYK0.6900.400.24
HSL145.52º52.76%49.8%-
HSV(B)145.52º69.07%76.08%-
XYZ24.3740.8323.43-
YUV145.16112.1167.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.17%
GREEN value IS 194 (76.17% from 255) = 52.29%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=16.17%
G=52.29%
B=31.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601941170.6900.400.24145.5252.7649.8
Hex3CC2754502818923532
Octal74302165105050302226562
Binary111100110000101110101100010101010001100010010010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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