#3FBCA3

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

Shades of Shamrock #3FBCA3

Tints of Shamrock #3FBCA3

Color information

#3FBCA3 (or 0x3FBCA3) is unknown color: approx Shamrock. HEX triplet: 3F, BC and A3. RGB value is (63,188,163). Sum of RGB (Red+Green+Blue) = 63+188+163=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBCA3 is #C0435C. Grayscale: #939393. Windows color (decimal): -12600157 or 10730559. OLE color: 10730559.

HSL color Cylindrical-coordinate representation of color #3FBCA3: hue angle of 168º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBCA3 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB63188163-
CMYK0.6600.130.26
HSL168º49.8%49.22%-
HSV(B)168º66.49%73.73%-
XYZ26.6439.6740.9-
YUV147.77136.5967.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.22%
GREEN value IS 188 (73.83% from 255) = 45.41%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=15.22%
G=45.41%
B=39.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631881630.6600.130.2616849.849.22
Hex3FBCA3420D1Aa83231
Octal77274243102015322506261
Binary11111110111100101000111000010011011101010101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,188,163); }

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

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

 a { background-color: rgb(63,188,163); }

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

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

 span { border-color: rgb(63,188,163); }

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