#3cc295

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

Shades of Shamrock #3CC295

Tints of Shamrock #3CC295

Color information

#3CC295 (or 0x3CC295) is unknown color: approx Shamrock. HEX triplet: 3C, C2 and 95. RGB value is (60,194,149). Sum of RGB (Red+Green+Blue) = 60+194+149=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC295 is #C33D6A. Grayscale: #949494. Windows color (decimal): -12795243 or 9814588. OLE color: 9814588.

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

Color convert

RGB60194149-
CMYK0.6900.230.24
HSL159.85º52.76%49.8%-
HSV(B)159.85º69.07%76.08%-
XYZ26.5841.7135.08-
YUV148.8128.1164.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.89%
GREEN value IS 194 (76.17% from 255) = 48.14%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=14.89%
G=48.14%
B=36.97%

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
Decimal601941490.6900.230.24159.8552.7649.8
Hex3CC2954501718a03532
Octal74302225105027302406562
Binary111100110000101001010110001010101111100010100000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cc295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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