#3BD69C

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

Shades of Shamrock #3BD69C

Tints of Shamrock #3BD69C

Color information

#3BD69C (or 0x3BD69C) is unknown color: approx Shamrock. HEX triplet: 3B, D6 and 9C. RGB value is (59,214,156). Sum of RGB (Red+Green+Blue) = 59+214+156=429 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.75% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD69C is #C42963. Grayscale: #A1A1A1. Windows color (decimal): -12855652 or 10278459. OLE color: 10278459.

HSL color Cylindrical-coordinate representation of color #3BD69C: hue angle of 157.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD69C is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB59214156-
CMYK0.7200.270.16
HSL157.55º65.4%53.53%-
HSV(B)157.55º72.43%83.92%-
XYZ31.8551.4239.7-
YUV161.04125.1555.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.75%
GREEN value IS 214 (83.98% from 255) = 49.88%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=13.75%
G=49.88%
B=36.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592141560.7200.270.16157.5565.453.53
Hex3BD69C4801B109e4136
Octal733262341100332023610166
Binary1110111101011010011100100100001101110000100111101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,214,156); }

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

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

 a { background-color: rgb(59,214,156); }

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

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

 span { border-color: rgb(59,214,156); }

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