#3CC286

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

Shades of Shamrock #3CC286

Tints of Shamrock #3CC286

Color information

#3CC286 (or 0x3CC286) is unknown color: approx Shamrock. HEX triplet: 3C, C2 and 86. RGB value is (60,194,134). Sum of RGB (Red+Green+Blue) = 60+194+134=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC286 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC286 is #C33D79. Grayscale: #939393. Windows color (decimal): -12795258 or 8831548. OLE color: 8831548.

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

Color convert

RGB60194134-
CMYK0.6900.310.24
HSL153.13º52.76%49.8%-
HSV(B)153.13º69.07%76.08%-
XYZ25.4641.2729.18-
YUV147.09120.6165.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.46%
GREEN value IS 194 (76.17% from 255) = 50%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=15.46%
G=50%
B=34.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601941340.6900.310.24153.1352.7649.8
Hex3CC2864501F18993532
Octal74302206105037302316562
Binary111100110000101000011010001010111111100010011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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