#3BC3A3

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

Shades of Shamrock #3BC3A3

Tints of Shamrock #3BC3A3

Color information

#3BC3A3 (or 0x3BC3A3) is unknown color: approx Shamrock. HEX triplet: 3B, C3 and A3. RGB value is (59,195,163). Sum of RGB (Red+Green+Blue) = 59+195+163=417 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.15% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC3A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC3A3 is #C43C5C. Grayscale: #969696. Windows color (decimal): -12860509 or 10732347. OLE color: 10732347.

HSL color Cylindrical-coordinate representation of color #3BC3A3: hue angle of 165.88º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC3A3 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB59195163-
CMYK0.7000.160.24
HSL165.88º53.54%49.8%-
HSV(B)165.88º69.74%76.47%-
XYZ27.9342.641.4-
YUV150.69134.9462.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.15%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 163 (64.06% from 255) = 39.09%
R=14.15%
G=46.76%
B=39.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591951630.7000.160.24165.8853.5449.8
Hex3BC3A34601018a63632
Octal73303243106020302466662
Binary111011110000111010001110001100100001100010100110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,195,163); }

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

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

 a { background-color: rgb(59,195,163); }

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

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

 span { border-color: rgb(59,195,163); }

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