#3CC296

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

Shades of Shamrock #3CC296

Tints of Shamrock #3CC296

Color information

#3CC296 (or 0x3CC296) is unknown color: approx Shamrock. HEX triplet: 3C, C2 and 96. RGB value is (60,194,150). Sum of RGB (Red+Green+Blue) = 60+194+150=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC296 is #C33D69. Grayscale: #949494. Windows color (decimal): -12795242 or 9880124. OLE color: 9880124.

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

Color convert

RGB60194150-
CMYK0.6900.230.24
HSL160.3º52.76%49.8%-
HSV(B)160.3º69.07%76.08%-
XYZ26.6641.7535.51-
YUV148.92128.6164.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.85%
GREEN value IS 194 (76.17% from 255) = 48.02%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=14.85%
G=48.02%
B=37.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601941500.6900.230.24160.352.7649.8
Hex3CC2964501718a03532
Octal74302226105027302406562
Binary111100110000101001011010001010101111100010100000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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