#3CC160

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

Shades of Medium Sea Green #3CC160

Tints of Medium Sea Green #3CC160

Color information

#3CC160 (or 0x3CC160) is unknown color: approx Medium Sea Green. HEX triplet: 3C, C1 and 60. RGB value is (60,193,96). Sum of RGB (Red+Green+Blue) = 60+193+96=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC160 is #C33E9F. Grayscale: #8E8E8E. Windows color (decimal): -12795552 or 6340924. OLE color: 6340924.

HSL color Cylindrical-coordinate representation of color #3CC160: hue angle of 136.24º 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 #3CC160 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB6019396-
CMYK0.6900.500.24
HSL136.24º52.57%49.61%-
HSV(B)136.24º68.91%75.69%-
XYZ23.0439.9517.56-
YUV142.17101.9469.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.19%
GREEN value IS 193 (75.78% from 255) = 55.30%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=17.19%
G=55.30%
B=27.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60193960.6900.500.24136.2452.5749.61
Hex3CC1604503218883532
Octal74301140105062302106562
Binary111100110000011100000100010101100101100010001000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,193,96); }

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

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

 a { background-color: rgb(60,193,96); }

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

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

 span { border-color: rgb(60,193,96); }

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