#3BC1A6

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

Shades of Shamrock #3BC1A6

Tints of Shamrock #3BC1A6

Color information

#3BC1A6 (or 0x3BC1A6) is unknown color: approx Shamrock. HEX triplet: 3B, C1 and A6. RGB value is (59,193,166). Sum of RGB (Red+Green+Blue) = 59+193+166=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC1A6 is #C43E59. Grayscale: #959595. Windows color (decimal): -12861018 or 10928443. OLE color: 10928443.

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

Color convert

RGB59193166-
CMYK0.6900.140.24
HSL167.91º53.17%49.41%-
HSV(B)167.91º69.43%75.69%-
XYZ27.7641.8242.69-
YUV149.86137.1163.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.11%
GREEN value IS 193 (75.78% from 255) = 46.17%
BLUE value IS 166 (65.23% from 255) = 39.71%
R=14.11%
G=46.17%
B=39.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591931660.6900.140.24167.9153.1749.41
Hex3BC1A6450E18a83531
Octal73301246105016302506561
Binary11101111000001101001101000101011101100010101000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,193,166); }

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

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

 a { background-color: rgb(59,193,166); }

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

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

 span { border-color: rgb(59,193,166); }

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