#3FCC9F

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

Shades of Shamrock #3FCC9F

Tints of Shamrock #3FCC9F

Color information

#3FCC9F (or 0x3FCC9F) is unknown color: approx Shamrock. HEX triplet: 3F, CC and 9F. RGB value is (63,204,159). Sum of RGB (Red+Green+Blue) = 63+204+159=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCC9F is #C03360. Grayscale: #9C9C9C. Windows color (decimal): -12596065 or 10472511. OLE color: 10472511.

HSL color Cylindrical-coordinate representation of color #3FCC9F: hue angle of 160.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCC9F is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB63204159-
CMYK0.6900.220.2
HSL160.85º58.02%52.35%-
HSV(B)160.85º69.12%80%-
XYZ29.946.7540.25-
YUV156.71129.2961.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.79%
GREEN value IS 204 (80.08% from 255) = 47.89%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=14.79%
G=47.89%
B=37.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal632041590.6900.220.2160.8558.0252.35
Hex3FCC9F4501614a13a34
Octal77314237105026242417264
Binary111111110011001001111110001010101101010010100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,204,159); }

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

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

 a { background-color: rgb(63,204,159); }

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

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

 span { border-color: rgb(63,204,159); }

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