#3FC6AD

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

Shades of Shamrock #3FC6AD

Tints of Shamrock #3FC6AD

Color information

#3FC6AD (or 0x3FC6AD) is unknown color: approx Shamrock. HEX triplet: 3F, C6 and AD. RGB value is (63,198,173). Sum of RGB (Red+Green+Blue) = 63+198+173=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC6AD is #C03952. Grayscale: #9A9A9A. Windows color (decimal): -12597587 or 11388479. OLE color: 11388479.

HSL color Cylindrical-coordinate representation of color #3FC6AD: hue angle of 168.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC6AD is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB63198173-
CMYK0.6800.130.22
HSL168.89º54.22%51.18%-
HSV(B)168.89º68.18%77.65%-
XYZ29.7944.4646.55-
YUV154.78138.2762.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.52%
GREEN value IS 198 (77.73% from 255) = 45.62%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=14.52%
G=45.62%
B=39.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal631981730.6800.130.22168.8954.2251.18
Hex3FC6AD440D16a93633
Octal77306255104015262516663
Binary11111111000110101011011000100011011011010101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,198,173); }

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

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

 a { background-color: rgb(63,198,173); }

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

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

 span { border-color: rgb(63,198,173); }

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