#3BD09C

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

Shades of Shamrock #3BD09C

Tints of Shamrock #3BD09C

Color information

#3BD09C (or 0x3BD09C) is unknown color: approx Shamrock. HEX triplet: 3B, D0 and 9C. RGB value is (59,208,156). Sum of RGB (Red+Green+Blue) = 59+208+156=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD09C is #C42F63. Grayscale: #9D9D9D. Windows color (decimal): -12857188 or 10276923. OLE color: 10276923.

HSL color Cylindrical-coordinate representation of color #3BD09C: hue angle of 159.06º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD09C is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB59208156-
CMYK0.7200.250.18
HSL159.06º61.32%52.35%-
HSV(B)159.06º71.63%81.57%-
XYZ30.3648.4439.2-
YUV157.52127.1457.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.95%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=13.95%
G=49.17%
B=36.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal592081560.7200.250.18159.0661.3252.35
Hex3BD09C48019129f3d34
Octal73320234110031222377564
Binary111011110100001001110010010000110011001010011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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