#3DC5A7

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

Shades of Shamrock #3DC5A7

Tints of Shamrock #3DC5A7

Color information

#3DC5A7 (or 0x3DC5A7) is unknown color: approx Shamrock. HEX triplet: 3D, C5 and A7. RGB value is (61,197,167). Sum of RGB (Red+Green+Blue) = 61+197+167=425 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.35% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC5A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC5A7 is #C23A58. Grayscale: #989898. Windows color (decimal): -12728921 or 10995005. OLE color: 10995005.

HSL color Cylindrical-coordinate representation of color #3DC5A7: hue angle of 166.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC5A7 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB61197167-
CMYK0.6900.150.23
HSL166.76º53.97%50.59%-
HSV(B)166.76º69.04%77.25%-
XYZ28.8743.7143.48-
YUV152.92135.9462.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.35%
GREEN value IS 197 (77.34% from 255) = 46.35%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=14.35%
G=46.35%
B=39.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal611971670.6900.150.23166.7653.9750.59
Hex3DC5A7450F17a73633
Octal75305247105017272476663
Binary11110111000101101001111000101011111011110100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,197,167); }

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

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

 a { background-color: rgb(61,197,167); }

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

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

 span { border-color: rgb(61,197,167); }

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