#3DB9A3

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

Shades of Shamrock #3DB9A3

Tints of Shamrock #3DB9A3

Color information

#3DB9A3 (or 0x3DB9A3) is unknown color: approx Shamrock. HEX triplet: 3D, B9 and A3. RGB value is (61,185,163). Sum of RGB (Red+Green+Blue) = 61+185+163=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB9A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB9A3 is #C2465C. Grayscale: #919191. Windows color (decimal): -12731997 or 10729789. OLE color: 10729789.

HSL color Cylindrical-coordinate representation of color #3DB9A3: hue angle of 169.35º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB9A3 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB61185163-
CMYK0.6700.120.27
HSL169.35º50.41%48.24%-
HSV(B)169.35º67.03%72.55%-
XYZ25.8838.3340.69-
YUV145.42137.9267.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.91%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 163 (64.06% from 255) = 39.85%
R=14.91%
G=45.23%
B=39.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611851630.6700.120.27169.3550.4148.24
Hex3DB9A3430C1Ba93230
Octal75271243103014332516260
Binary11110110111001101000111000011011001101110101001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,163); }

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

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

 a { background-color: rgb(61,185,163); }

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

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

 span { border-color: rgb(61,185,163); }

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