#3FC1A5

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

Shades of Shamrock #3FC1A5

Tints of Shamrock #3FC1A5

Color information

#3FC1A5 (or 0x3FC1A5) is unknown color: approx Shamrock. HEX triplet: 3F, C1 and A5. RGB value is (63,193,165). Sum of RGB (Red+Green+Blue) = 63+193+165=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC1A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC1A5 is #C03E5A. Grayscale: #969696. Windows color (decimal): -12598875 or 10862911. OLE color: 10862911.

HSL color Cylindrical-coordinate representation of color #3FC1A5: hue angle of 167.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC1A5 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB63193165-
CMYK0.6700.150.24
HSL167.08º51.18%50.2%-
HSV(B)167.08º67.36%75.69%-
XYZ27.9141.9142.22-
YUV150.94135.9365.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.96%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=14.96%
G=45.84%
B=39.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631931650.6700.150.24167.0851.1850.2
Hex3FC1A5430F18a73332
Octal77301245103017302476362
Binary11111111000001101001011000011011111100010100111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,193,165); }

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

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

 a { background-color: rgb(63,193,165); }

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

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

 span { border-color: rgb(63,193,165); }

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