#3CC68E

Color #3CC68E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3CC68E

Tints of Shamrock #3CC68E

Color information

#3CC68E (or 0x3CC68E) is unknown color: approx Shamrock. HEX triplet: 3C, C6 and 8E. RGB value is (60,198,142). Sum of RGB (Red+Green+Blue) = 60+198+142=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC68E is #C33971. Grayscale: #969696. Windows color (decimal): -12794226 or 9356860. OLE color: 9356860.

HSL color Cylindrical-coordinate representation of color #3CC68E: hue angle of 155.65º degrees, saturation: 0.55, 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 #3CC68E is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB60198142-
CMYK0.7000.280.22
HSL155.65º54.76%50.59%-
HSV(B)155.65º69.7%77.65%-
XYZ26.9443.332.53-
YUV150.35123.2863.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15%
GREEN value IS 198 (77.73% from 255) = 49.5%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=15%
G=49.5%
B=35.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal601981420.7000.280.22155.6554.7650.59
Hex3CC68E4601C169c3733
Octal74306216106034262346763
Binary111100110001101000111010001100111001011010011100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,198,142); }

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

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

 a { background-color: rgb(60,198,142); }

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

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

 span { border-color: rgb(60,198,142); }

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