#3BC1AB

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

Shades of Shamrock #3BC1AB

Tints of Shamrock #3BC1AB

Color information

#3BC1AB (or 0x3BC1AB) is unknown color: approx Shamrock. HEX triplet: 3B, C1 and AB. RGB value is (59,193,171). Sum of RGB (Red+Green+Blue) = 59+193+171=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC1AB is #C43E54. Grayscale: #969696. Windows color (decimal): -12861013 or 11256123. OLE color: 11256123.

HSL color Cylindrical-coordinate representation of color #3BC1AB: hue angle of 170.15º 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 #3BC1AB is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB59193171-
CMYK0.6900.110.24
HSL170.15º53.17%49.41%-
HSV(B)170.15º69.43%75.69%-
XYZ28.2242.0145.15-
YUV150.43139.6162.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.95%
GREEN value IS 193 (75.78% from 255) = 45.63%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=13.95%
G=45.63%
B=40.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591931710.6900.110.24170.1553.1749.41
Hex3BC1AB450B18aa3531
Octal73301253105013302526561
Binary11101111000001101010111000101010111100010101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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