#3FCA8C

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

Shades of Shamrock #3FCA8C

Tints of Shamrock #3FCA8C

Color information

#3FCA8C (or 0x3FCA8C) is unknown color: approx Shamrock. HEX triplet: 3F, CA and 8C. RGB value is (63,202,140). Sum of RGB (Red+Green+Blue) = 63+202+140=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCA8C is #C03573. Grayscale: #999999. Windows color (decimal): -12596596 or 9226815. OLE color: 9226815.

HSL color Cylindrical-coordinate representation of color #3FCA8C: hue angle of 153.24º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCA8C is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB63202140-
CMYK0.6900.310.21
HSL153.24º56.73%51.96%-
HSV(B)153.24º68.81%79.22%-
XYZ27.945.1932.06-
YUV153.37120.4563.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 202 (79.30% from 255) = 49.88%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=15.56%
G=49.88%
B=34.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal632021400.6900.310.21153.2456.7351.96
Hex3FCA8C4501F15993934
Octal77312214105037252317164
Binary111111110010101000110010001010111111010110011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,202,140); }

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

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

 a { background-color: rgb(63,202,140); }

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

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

 span { border-color: rgb(63,202,140); }

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