#3FC6A4

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

Shades of Shamrock #3FC6A4

Tints of Shamrock #3FC6A4

Color information

#3FC6A4 (or 0x3FC6A4) is unknown color: approx Shamrock. HEX triplet: 3F, C6 and A4. RGB value is (63,198,164). Sum of RGB (Red+Green+Blue) = 63+198+164=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC6A4 is #C0395B. Grayscale: #999999. Windows color (decimal): -12597596 or 10798655. OLE color: 10798655.

HSL color Cylindrical-coordinate representation of color #3FC6A4: hue angle of 164.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC6A4 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB63198164-
CMYK0.6800.170.22
HSL164.89º54.22%51.18%-
HSV(B)164.89º68.18%77.65%-
XYZ28.9444.1342.11-
YUV153.76133.7763.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.82%
GREEN value IS 198 (77.73% from 255) = 46.59%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=14.82%
G=46.59%
B=38.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631981640.6800.170.22164.8954.2251.18
Hex3FC6A44401116a53633
Octal77306244104021262456663
Binary111111110001101010010010001000100011011010100101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,198,164); }

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

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

 a { background-color: rgb(63,198,164); }

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

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

 span { border-color: rgb(63,198,164); }

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