#3FC195

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

Shades of Shamrock #3FC195

Tints of Shamrock #3FC195

Color information

#3FC195 (or 0x3FC195) is unknown color: approx Shamrock. HEX triplet: 3F, C1 and 95. RGB value is (63,193,149). Sum of RGB (Red+Green+Blue) = 63+193+149=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC195 is #C03E6A. Grayscale: #959595. Windows color (decimal): -12598891 or 9814335. OLE color: 9814335.

HSL color Cylindrical-coordinate representation of color #3FC195: hue angle of 159.69º 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 #3FC195 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB63193149-
CMYK0.6700.230.24
HSL159.69º51.18%50.2%-
HSV(B)159.69º67.36%75.69%-
XYZ26.5441.3735.02-
YUV149.11127.9366.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=15.56%
G=47.65%
B=36.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631931490.6700.230.24159.6951.1850.2
Hex3FC1954301718a03332
Octal77301225103027302406362
Binary111111110000011001010110000110101111100010100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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