#3bd4b4

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

Shades of Shamrock #3BD4B4

Tints of Shamrock #3BD4B4

Color information

#3BD4B4 (or 0x3BD4B4) is unknown color: approx Shamrock. HEX triplet: 3B, D4 and B4. RGB value is (59,212,180). Sum of RGB (Red+Green+Blue) = 59+212+180=451 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.08% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD4B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD4B4 is #C42B4B. Grayscale: #A2A2A2. Windows color (decimal): -12856140 or 11850811. OLE color: 11850811.

HSL color Cylindrical-coordinate representation of color #3BD4B4: hue angle of 167.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD4B4 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB59212180-
CMYK0.7200.150.17
HSL167.45º64.02%53.14%-
HSV(B)167.45º72.17%83.14%-
XYZ33.5951.3151.31-
YUV162.6137.8154.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.08%
GREEN value IS 212 (83.20% from 255) = 47.01%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=13.08%
G=47.01%
B=39.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592121800.7200.150.17167.4564.0253.14
Hex3BD4B4480F11a74035
Octal733242641100172124710065
Binary111011110101001011010010010000111110001101001111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bd4b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,212,180); }

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

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

 a { background-color: rgb(59,212,180); }

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

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

 span { border-color: rgb(59,212,180); }

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