#3CFDA0

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

Shades of Shamrock #3CFDA0

Tints of Shamrock #3CFDA0

Color information

#3CFDA0 (or 0x3CFDA0) is unknown color: approx Shamrock. HEX triplet: 3C, FD and A0. RGB value is (60,253,160). Sum of RGB (Red+Green+Blue) = 60+253+160=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFDA0 is #C3025F. Grayscale: #B8B8B8. Windows color (decimal): -12780128 or 10550588. OLE color: 10550588.

HSL color Cylindrical-coordinate representation of color #3CFDA0: hue angle of 151.09º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFDA0 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB60253160-
CMYK0.7600.370.01
HSL151.09º97.97%61.37%-
HSV(B)151.09º76.28%99.22%-
XYZ43.3373.7545.21-
YUV184.69114.0639.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.68%
GREEN value IS 253 (99.22% from 255) = 53.49%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=12.68%
G=53.49%
B=33.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal602531600.7600.370.01151.0997.9761.37
Hex3CFDA04C025197623d
Octal74375240114045122714275
Binary1111001111110110100000100110001001011100101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,253,160); }

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

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

 a { background-color: rgb(60,253,160); }

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

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

 span { border-color: rgb(60,253,160); }

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