#3FDCA8

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

Shades of Shamrock #3FDCA8

Tints of Shamrock #3FDCA8

Color information

#3FDCA8 (or 0x3FDCA8) is unknown color: approx Shamrock. HEX triplet: 3F, DC and A8. RGB value is (63,220,168). Sum of RGB (Red+Green+Blue) = 63+220+168=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDCA8 is #C02357. Grayscale: #A7A7A7. Windows color (decimal): -12591960 or 11066431. OLE color: 11066431.

HSL color Cylindrical-coordinate representation of color #3FDCA8: hue angle of 160.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCA8 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB63220168-
CMYK0.7100.240.14
HSL160.13º69.16%55.49%-
HSV(B)160.13º71.36%86.27%-
XYZ34.7155.0745.85-
YUV167.13128.4953.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.97%
GREEN value IS 220 (86.33% from 255) = 48.78%
BLUE value IS 168 (66.02% from 255) = 37.25%
R=13.97%
G=48.78%
B=37.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal632201680.7100.240.14160.1369.1655.49
Hex3FDCA847018Ea04537
Octal773342501070301624010567
Binary111111110111001010100010001110110001110101000001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,220,168); }

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

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

 a { background-color: rgb(63,220,168); }

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

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

 span { border-color: rgb(63,220,168); }

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