#3FBFA6

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

Shades of Shamrock #3FBFA6

Tints of Shamrock #3FBFA6

Color information

#3FBFA6 (or 0x3FBFA6) is unknown color: approx Shamrock. HEX triplet: 3F, BF and A6. RGB value is (63,191,166). Sum of RGB (Red+Green+Blue) = 63+191+166=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBFA6 is #C04059. Grayscale: #959595. Windows color (decimal): -12599386 or 10927935. OLE color: 10927935.

HSL color Cylindrical-coordinate representation of color #3FBFA6: hue angle of 168.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBFA6 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB63191166-
CMYK0.6700.130.25
HSL168.28º50.39%49.8%-
HSV(B)168.28º67.02%74.9%-
XYZ27.5641.0742.55-
YUV149.88137.0966.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=15%
G=45.48%
B=39.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631911660.6700.130.25168.2850.3949.8
Hex3FBFA6430D19a83232
Octal77277246103015312506262
Binary11111110111111101001101000011011011100110101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,191,166); }

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

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

 a { background-color: rgb(63,191,166); }

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

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

 span { border-color: rgb(63,191,166); }

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