#3BC2B1

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

Shades of Shamrock #3BC2B1

Tints of Shamrock #3BC2B1

Color information

#3BC2B1 (or 0x3BC2B1) is unknown color: approx Shamrock. HEX triplet: 3B, C2 and B1. RGB value is (59,194,177). Sum of RGB (Red+Green+Blue) = 59+194+177=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC2B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC2B1 is #C43D4E. Grayscale: #979797. Windows color (decimal): -12860751 or 11649595. OLE color: 11649595.

HSL color Cylindrical-coordinate representation of color #3BC2B1: hue angle of 172.44º degrees, saturation: 0.53, 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 #3BC2B1 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB59194177-
CMYK0.7000.090.24
HSL172.44º53.36%49.61%-
HSV(B)172.44º69.59%76.08%-
XYZ29.0342.6948.3-
YUV151.7142.2761.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.72%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=13.72%
G=45.12%
B=41.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591941770.7000.090.24172.4453.3649.61
Hex3BC2B1460918ac3532
Octal73302261106011302546562
Binary11101111000010101100011000110010011100010101100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,194,177); }

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

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

 a { background-color: rgb(59,194,177); }

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

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

 span { border-color: rgb(59,194,177); }

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