#3BDCA1

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

Shades of Shamrock #3BDCA1

Tints of Shamrock #3BDCA1

Color information

#3BDCA1 (or 0x3BDCA1) is unknown color: approx Shamrock. HEX triplet: 3B, DC and A1. RGB value is (59,220,161). Sum of RGB (Red+Green+Blue) = 59+220+161=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDCA1 is #C4235E. Grayscale: #A5A5A5. Windows color (decimal): -12854111 or 10607675. OLE color: 10607675.

HSL color Cylindrical-coordinate representation of color #3BDCA1: hue angle of 158.01º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDCA1 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB59220161-
CMYK0.7300.270.14
HSL158.01º69.7%54.71%-
HSV(B)158.01º73.18%86.27%-
XYZ33.8354.6942.49-
YUV165.14125.6652.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.41%
GREEN value IS 220 (86.33% from 255) = 50%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=13.41%
G=50%
B=36.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592201610.7300.270.14158.0169.754.71
Hex3BDCA14901BE9e4637
Octal733342411110331623610667
Binary111011110111001010000110010010110111110100111101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,220,161); }

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

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

 a { background-color: rgb(59,220,161); }

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

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

 span { border-color: rgb(59,220,161); }

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