#3BC19F

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

Shades of Shamrock #3BC19F

Tints of Shamrock #3BC19F

Color information

#3BC19F (or 0x3BC19F) is unknown color: approx Shamrock. HEX triplet: 3B, C1 and 9F. RGB value is (59,193,159). Sum of RGB (Red+Green+Blue) = 59+193+159=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC19F is #C43E60. Grayscale: #959595. Windows color (decimal): -12861025 or 10469691. OLE color: 10469691.

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

Color convert

RGB59193159-
CMYK0.6900.180.24
HSL164.78º53.17%49.41%-
HSV(B)164.78º69.43%75.69%-
XYZ27.1341.5739.4-
YUV149.06133.6163.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.36%
GREEN value IS 193 (75.78% from 255) = 46.96%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=14.36%
G=46.96%
B=38.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591931590.6900.180.24164.7853.1749.41
Hex3BC19F4501218a53531
Octal73301237105022302456561
Binary111011110000011001111110001010100101100010100101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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